Skip to content

Commit

Permalink
Renamed table-manager metrics to remove cortex_dynamo prefix (grafana…
Browse files Browse the repository at this point in the history
…#2307)

* Renamed table-manager metrics to remove cortex_dynamo prefix

Signed-off-by: Marco Pracucci <[email protected]>

* Update pkg/chunk/table_manager.go

Signed-off-by: Marco Pracucci <[email protected]>

Co-Authored-By: Bryan Boreham <[email protected]>

Co-authored-by: Bryan Boreham <[email protected]>
  • Loading branch information
pracucci and bboreham authored Mar 30, 2020
1 parent 1411021 commit cf0ae92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions table_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ func newTableManagerMetrics(r prometheus.Registerer) *tableManagerMetrics {
m := tableManagerMetrics{}
m.syncTableDuration = prometheus.NewHistogramVec(prometheus.HistogramOpts{
Namespace: "cortex",
Name: "dynamo_sync_tables_seconds",
Help: "Time spent doing SyncTables.",
Name: "table_manager_sync_duration_seconds",
Help: "Time spent synching tables.",
Buckets: prometheus.DefBuckets,
}, []string{"operation", "status_code"})

Expand Down

0 comments on commit cf0ae92

Please sign in to comment.