Skip to content

Commit

Permalink
Fix metric naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Aug 6, 2020
1 parent 87d81a3 commit 65917d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/replicate/scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func newReplicationMetrics(reg prometheus.Registerer) *replicationMetrics {
Help: "Total number of objects replicated.",
}),
blocksMarkedForDeletion: promauto.With(reg).NewCounter(prometheus.CounterOpts{
Name: "thanos_replicate _blocks_marked_for_deletion_total",
Name: "thanos_replicate_blocks_marked_for_deletion_total",
Help: "Total number of blocks marked for deletion in compactor.",
}),
}
Expand Down

0 comments on commit 65917d1

Please sign in to comment.