Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing prometheus_tsdb_wal_corruptions_total metric in newer versions of Prometheus #4991

Closed
dbluxo opened this Issue Dec 12, 2018 · 1 comment

Comments

Projects
None yet
1 participant
@dbluxo
Copy link

dbluxo commented Dec 12, 2018

Bug Report

What did you do?

Started Prometheus 2.5.0 (or v2.6.0-rc.0) with default config:
./prometheus --config.file=prometheus.yml

What did you expect to see?

This internal metric:

# HELP prometheus_tsdb_wal_corruptions_total Total number of WAL corruptions.
# TYPE prometheus_tsdb_wal_corruptions_total counter
prometheus_tsdb_wal_corruptions_total 0

case "prometheus_tsdb_wal_corruptions_total":

What did you see instead? Under which circumstances?

We did not see the prometheus_tsdb_wal_corruptions_total metric.
We did see the metric in Prometheus version 2.3.2

Environment

  • System information:

    Linux 4.15.0-42-generic x86_64

@dbluxo dbluxo changed the title Missing prometheus_tsdb_wal_corruptions_total metric in newer versions of prometheus Missing prometheus_tsdb_wal_corruptions_total metric in newer versions of Prometheus Dec 12, 2018

@dbluxo

This comment has been minimized.

Copy link
Author

dbluxo commented Dec 12, 2018

@dbluxo dbluxo closed this Dec 12, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.