Typo in prometheus_tsdb_head_samples_appended_total description (#188)

pull/5805/head
Oren Shomron 8 years ago committed by Brian Brazil
parent 5d28c849c7
commit 6ca5e52b69
  1. 2
      head.go

@ -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 {

Loading…
Cancel
Save