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

prometheus telemetry metrics missing #3323

Closed
jan--f opened this Issue Oct 20, 2017 · 3 comments

Comments

Projects
None yet
2 participants
@jan--f
Copy link

jan--f commented Oct 20, 2017

It seems like prometheus 2 itself does no longer export local_storage metrics. These were quite useful. If this change has been anouced somewhere I must have missed this. Changelog, mailing list or github issues search didn't turn up anything for me.

What did you do?
Update prometheus from version 1.5.2 to version 2.0.0-rc.0

What did you expect to see?
Getting prometheus_local_storage_* metrics when scraping prometheus with curl localhost:9090/metrics on the prometheus host.

What did you see instead? Under which circumstances?
No prometheus_local_storage_* metrics.

Environment

  • System information:

    Linux 4.4.82-6.9-default x86_64

  • Prometheus version:

    prometheus, version 2.0.0-rc.0 (branch: , revision: )
    build user: abuild@sheep11
    build date: 20171017-12:38:42
    go version: go1.8.3

  • Prometheus configuration file:

global:

rule_files: []

scrape_configs:

@jan--f

This comment has been minimized.

Copy link
Author

jan--f commented Oct 20, 2017

Just learned about the rename of the prometheus_local_storage_ metrics to tsdb_*

@jan--f jan--f closed this Oct 20, 2017

@fabxc

This comment has been minimized.

Copy link
Member

fabxc commented Oct 20, 2017

We will move those to prometheus_tsdb_* for the next release to make them discoverable more easily.

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 23, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 23, 2019

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