-
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
Visualizing composite spans. #106862
Visualizing composite spans. #106862
Conversation
Pinging @elastic/apm-ui (Team:apm) |
This PR basically extracts just the visualization part (excluding the complex compressed spans algorithm) from #97438 |
.../transaction_details/waterfall_with_summary/waterfall_container/Waterfall/waterfall_item.tsx
Outdated
Show resolved
Hide resolved
.../transaction_details/waterfall_with_summary/waterfall_container/Waterfall/waterfall_item.tsx
Outdated
Show resolved
Hide resolved
.../transaction_details/waterfall_with_summary/waterfall_container/Waterfall/waterfall_item.tsx
Outdated
Show resolved
Hide resolved
.../transaction_details/waterfall_with_summary/waterfall_container/Waterfall/waterfall_item.tsx
Outdated
Show resolved
Hide resolved
.../transaction_details/waterfall_with_summary/waterfall_container/Waterfall/waterfall_item.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/apm/public/components/shared/Summary/CompositeSpanDurationSummaryItem.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/apm/public/components/shared/Summary/CompositeSpanDurationSummaryItem.tsx
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.
Thanks for doing it, it looks great I just added some nits
...ansaction_details/waterfall_with_summary/waterfall_container/Waterfall/span_flyout/index.tsx
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
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
* Visualizing composite spans. * fixed reviews comments * replaced var usage with let * Fixed display of compositeSpanDurationSummary Co-authored-by: Kibana Machine <[email protected]>
* Visualizing composite spans. * fixed reviews comments * replaced var usage with let * Fixed display of compositeSpanDurationSummary Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Alexander Wert <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
* Visualizing composite spans. * fixed reviews comments * replaced var usage with let * Fixed display of compositeSpanDurationSummary Co-authored-by: Kibana Machine <[email protected]>
Summary
With elastic/apm-server#5661, the APM server is capable of receiving composite spans from APM agents and storing them in Elasticsearch.
This PR provides the corresponding visualization in the Waterfall and SpanFlyout for composite spans:
Checklist
Delete any items that are not applicable to this PR.
For maintainers