-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[APM] Metrics-Powered throughput is incorrect #112240
Comments
Pinging @elastic/apm-ui (Team:apm) |
It's being difficult to test the fix with the current archive. I'm blocking this until we have a more reliable dataset, which must be available in the next couple of weeks. |
It's hard to test with the current opbeans data, but I created a couple of API tests using the synthtrace that have a consistent data and correlate the throughput across different APIs. https://github.com/elastic/kibana/tree/master/x-pack/test/apm_api_integration/tests/throughput |
In some cases the throughput is incorrectly stuck on 1tpm.
Reproduce
I had a hard time reproducing this reliably but the easiest way I found was to start he 7.15 stack with no opbeans and only apm-server ingesting traces (the default):
Solution
This root cause of this bug is elastic/elasticsearch#77734. In the interest of time we can fix it on the Kibana side be reverting all rate aggs to manual aggs (like we had before)
The text was updated successfully, but these errors were encountered: