prometheus/documentation
Simon Pasquier dd174963a2 prometheus-mixin: remove PrometheusTSDBWALCorruptions
The counter is only increased when tsdb.Open() is called which
Prometheus does only once in its lifetime (when it initializes). If the
corruption can't be recovered, tsdb.Open() returns an error and
Prometheus exits. Hence the metric is either 0 (no corruption) or 1
(corruption detected and repaired). If the latter, the alert isn't
actionable and the only way to resolve it is to restart Prometheus which
would reset the counter.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-08-06 14:36:56 +02:00
..
dev/api *: bump gRPC dependencies (#5075) 2019-01-15 15:32:05 +01:00
examples Fix incorrect examples in docs 2019-08-04 16:42:42 -07:00
images Update internal architecture diagram (#4398) 2018-07-18 22:10:23 +02:00
prometheus-mixin prometheus-mixin: remove PrometheusTSDBWALCorruptions 2019-08-06 14:36:56 +02:00
internal_architecture.md Fix spelling/typos (#4921) 2018-11-27 17:44:29 +01:00