Typo in prometheus_tsdb_head_samples_appended_total description (#188)

This commit is contained in:
Oren Shomron 2017-10-25 14:12:18 -04:00 committed by Brian Brazil
parent 5d28c849c7
commit 6ca5e52b69

View file

@ -142,7 +142,7 @@ func newHeadMetrics(h *Head, r prometheus.Registerer) *headMetrics {
})
m.samplesAppended = prometheus.NewCounter(prometheus.CounterOpts{
Name: "prometheus_tsdb_head_samples_appended_total",
Help: "Total number of appended sampledb.",
Help: "Total number of appended samples.",
})
if r != nil {