-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[Actionable Observability][Metric Threshold Rule] Add histogram support for avg, max, min, sum and percentiles #139770
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
[Actionable Observability][Metric Threshold Rule] Add histogram support for avg, max, min, sum and percentiles #139770
Conversation
…rt to avg, max, min, sum and percentiles
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
Pinging @elastic/actionable-observability (Team: Actionable Observability) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a really good sign that all we had to do was extended the types list. :)
I took a quick look at https://www.elastic.co/guide/en/elasticsearch/reference/current/histogram.html#histogram-uses to see if there were any other aggs, but looks like you've got it covered. LGTM!
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
…rt to avg, max, min, sum and percentiles (elastic#139770) (cherry picked from commit 08e9c63)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Summary
This PR add support for the histogram field type for the
avg
,max
,min
,sum
, andpercentile
aggregations for the Metric Threshold Rule. This will enable users to create latency threshold alerts on the APM data specific to transaction names like the example below: