-
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] fixes incorrect values in service overview throughput chart #89348
[APM] fixes incorrect values in service overview throughput chart #89348
Conversation
Pinging @elastic/apm-ui (Team:apm) |
x-pack/plugins/apm/server/lib/observability_overview/get_transaction_coordinates.ts
Outdated
Show resolved
Hide resolved
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.
lgtm! Thanks for the quick fix.
Only added a few nits - nothing blocking. Feel free to merge.
Btw. Can you verify if we have API test coverage everywhere you use getTpmRate
? Just to make sure nothing breaks.
Easiest is probably to remove the call to the helper, and verify that an API test fails
i reverted all the consolidation in this PR to cut down on backport conflicts, created a new issue for that to live: #89486. |
retest |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
…astic#89348) * [APM] fixes incorrect values in service overview throughput chart
…astic#89348) * [APM] fixes incorrect values in service overview throughput chart # Conflicts: # x-pack/test/apm_api_integration/tests/services/__snapshots__/throughput.snap
Closes #89350 by calculating the correct TPM rate for the throughput chart.