[HA Proxy ]Corrected incorrect aggregation function used in visualisation and dashboard#8204
Conversation
🌐 Coverage report
|
@agithomas, Can we briefly summarise the issues in the earlier aggregation and what was fixed. It's rather tricky to get a summary from the json file changes. |
For all the fields that are having metric_type as All sum() functions are replaced with max() functions when field is having metric_type |
|
Package haproxy - 1.8.6 containing this change is available at https://epr.elastic.co/search?package=haproxy |
…tion and dashboard (elastic#8204) HAProxy dashboard uses incorrect aggregation functions in multiple dashboards and visualisation. This is corrected in this version.


Details
HAProxy dashboard uses incorrect aggregation functions in multiple dashboards and visualisation.
For all the fields that are having metric_type as counter, sum() function is used presently in the dashboard. This shows incorrect values in the dashboard compared to the /stats dashboard of haproxy.
All sum() functions are replaced with max() functions when field is having metric_type counter. This correction is also needed for TSDB compatibility for counter type fields to not show errors when using sum() function
Proposed commit message
HAProxy dashboard uses incorrect aggregation functions in multiple dashboards and visualisation. This is corrected in this version.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots