From 6ca5e52b6927c1fb51426e894ca8264c0f1cce2c Mon Sep 17 00:00:00 2001 From: Oren Shomron Date: Wed, 25 Oct 2017 14:12:18 -0400 Subject: [PATCH] Typo in prometheus_tsdb_head_samples_appended_total description (#188) --- head.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/head.go b/head.go index 92363659f..3d2bdb9c6 100644 --- a/head.go +++ b/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 {