-
Notifications
You must be signed in to change notification settings - Fork 168
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
Create a counter/gauge metric that exposes scrape errors #1
Comments
Will look at this |
it's already exposed PS. if you are using grafana you can also look at https://grafana.com/dashboards/882 |
We are using the grafana dashboard 👍 . But because we have many clickhouse instances its getting a bit busy. But that's another problem :-) I saw the If the |
Looks legit. If you have further questions feel free to reopen an issue. |
Right now it's not easy to monitor if clickhouse_exporter can reach it's target.
For example: To solve that problem Prometheus'
jmx_exporter
exposes a gauge:that goes to 1 when there is a problem scraping it's target.
It would be great to have something like this for clickhouse_exporter.
The text was updated successfully, but these errors were encountered: