Skip to content

Commit

Permalink
add suffix to the added metric name
Browse files Browse the repository at this point in the history
Signed-off-by: SriKrishna Paparaju <[email protected]>
  • Loading branch information
spaparaju committed Oct 27, 2021
1 parent 793b197 commit 7a98e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func newBucketStoreMetrics(reg prometheus.Registerer) *bucketStoreMetrics {
Help: "Number of currently loaded blocks.",
})
m.lastLoadedBlock = promauto.With(reg).NewGauge(prometheus.GaugeOpts{
Name: "thanos_bucket_store_blocks_last_loaded",
Name: "thanos_bucket_store_blocks_last_loaded_timestamp_seconds",
Help: "Timestamp when last block got loaded.",
})

Expand Down

0 comments on commit 7a98e32

Please sign in to comment.