Fix typo in prometheus_tsdb_reloads_failures_total description

This commit is contained in:
Tobias Schmidt 2017-11-09 14:25:27 +01:00
parent 1bacdf8e33
commit 5170198276
1 changed files with 1 additions and 1 deletions

2
db.go
View File

@ -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",