From 517019827651bd27d785ba210c6c423244582139 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Thu, 9 Nov 2017 14:25:27 +0100 Subject: [PATCH] Fix typo in prometheus_tsdb_reloads_failures_total description --- db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.go b/db.go index 3622a77f5..7fb882143 100644 --- a/db.go +++ b/db.go @@ -142,7 +142,7 @@ func newDBMetrics(db *DB, r prometheus.Registerer) *dbMetrics { }) m.reloadsFailed = prometheus.NewCounter(prometheus.CounterOpts{ Name: "prometheus_tsdb_reloads_failures_total", - Help: "Number of times the database failed to reload black data from disk.", + Help: "Number of times the database failed to reload block data from disk.", }) m.compactionsTriggered = prometheus.NewCounter(prometheus.CounterOpts{ Name: "prometheus_tsdb_compactions_triggered_total",