-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add prometheus metrics #2622
base: master
Are you sure you want to change the base?
Add prometheus metrics #2622
Conversation
Start exporting metrics in Prometheus format on port 9090. Relevant Metrics added, most of the metrics have a *rule_name*_label: (All metrics except 6th are per rule) 1. Number of hits 2. Number of matches 3. Time taken to evaluate rule 4. Number of alerts sent 5. Number of alerts not sent 6. Total Number of elastalert_errors 7. Number of silenced alerts
…prometheus-metrics
@andres-tw FYI |
Hi All, When the metrics part will be available to use. We are all eagerly awiting for this PR to get merge... Please do the needful |
relative import of prometheus_wrapper
Just mentioning this here as well: |
Can someone assist me with the build issues? |
@nicholasgibson2 the code seems to be running fine,
Check detailed log here: https://travis-ci.org/Yelp/elastalert/jobs/648613367?utm_medium=notification&utm_source=github_status |
Alright fixed the build issues |
@nicholasgibson2 have you thought about submitting this PR to https://github.com/jertel/elastalert ? |
@andres-tw I'll check it out! |
Replacement PR for #2211