[APM] Generate breakdown metrics#114390
Conversation
|
Pinging @elastic/apm-ui (Team:apm) |
| filter: [ | ||
| { term: { [SERVICE_NAME]: serviceName } }, | ||
| { term: { [TRANSACTION_TYPE]: transactionType } }, | ||
| ...getDocumentTypeFilterForAggregatedTransactions( |
There was a problem hiding this comment.
Btw this is why I think we should prioritize #105713. Specifying the event should both set the correct index, filter by processor event and metricset.name (or if metricset.name is not widely supported in legacy data we should automatically add the exists filter)
There was a problem hiding this comment.
... btw GOOD CATCH! Did you find this because of the data generator?
There was a problem hiding this comment.
I'll open up a separate PR, and I think you're right that we should simplify this, it's too easy to miss, clearly :) yeah, found it because of the data generator.
sorenlouv
left a comment
There was a problem hiding this comment.
Super impressed with how fast we got from no data generator to this.
|
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / general / Performance Tests.x-pack/test/performance/tests/reporting_dashboard·ts.performance reporting dashbaord downloaded PDF has OK statusStandard OutStack TraceMetrics [docs]Public APIs missing comments
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Adds support for generating breakdown metrics in
@elastic/apm-generator.