-
Notifications
You must be signed in to change notification settings - Fork 901
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 metrics with incorrect name #3241
Comments
Thanks for reporting! We already fixed it in #3232 along few other minor fixes. Falco 0.38.1 will be released very soon. |
Plus for Falco 0.39.0 we will make it even more robust and expand the metrics framework even more, just FYI. If you have additional feedback re what other metrics could be useful, please share your thoughts 🙃 much appreciated! |
Falco 0.38.1 is now out and ships with the fix! |
@FedeDP: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thanks for the quick answer @incertum, I just tested the release 0.38.1 and it is indeed working like a charm now. I don't have the time to work with these metrics and eventually create a Grafana dashboard for the moment but I won't hesitate to share some thought if I have interesting feedback to provide. |
Thanks for testing! |
@pierresebastien if you have any thoughts on Grafana dashboards, please let us know. We have one open issue here falcosecurity/charts#672 or falcosecurity/cncf-green-review-testing#12. Thank you! |
Describe the bug
Prometheus endpoint is exposing metrics with names that does not respect the Prometheus convention (doc) because '.' is not allowed. Because of this issue, Prometheus is generating errors when scraping metrics : 'invalid metric type "sha256_rules_file.falco_rules_incubating_info gauge"'
Problematic metrics:
How to reproduce it
Deploy falco on a similar system than the one described in the 'Environment' section below and retrieve metrics :
curl localhost:8765/metrics
Expected behaviour
Same naming convention for these metrics than the one described in the Falco documentation
Environment
Additional context
Relevant section in /etc/falco/falco.yaml :
The text was updated successfully, but these errors were encountered: