[APM][Unified Waterfall] Show related errors count and add failure badge#227413
Merged
iblancof merged 24 commits intoelastic:mainfrom Jul 17, 2025
Merged
Conversation
Contributor
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
...solutions/observability/plugins/apm/public/components/shared/trace_waterfall/bar_details.tsx
Outdated
Show resolved
Hide resolved
x-pack/solutions/observability/plugins/apm/server/routes/traces/get_unified_trace_items.ts
Outdated
Show resolved
Hide resolved
...solutions/observability/plugins/apm/public/components/shared/trace_waterfall/bar_details.tsx
Outdated
Show resolved
Hide resolved
…hared/trace_waterfall/bar_details.tsx Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
miloszmarcinkowski
approved these changes
Jul 14, 2025
Contributor
miloszmarcinkowski
left a comment
There was a problem hiding this comment.
LGTM, tested locally.
kpatticha
reviewed
Jul 14, 2025
...solutions/observability/plugins/apm/public/components/shared/trace_waterfall/bar_details.tsx
Show resolved
Hide resolved
kpatticha
reviewed
Jul 14, 2025
...solutions/observability/plugins/apm/public/components/shared/trace_waterfall/bar_details.tsx
Show resolved
Hide resolved
x-pack/solutions/observability/plugins/apm/server/routes/traces/get_unified_trace_items.ts
Outdated
Show resolved
Hide resolved
Contributor
miloszmarcinkowski
left a comment
There was a problem hiding this comment.
Thanks for adjusting the logic. Even if we decide to opt out (comment) maybe we can keep the new logic, since it's easier to extend in the future?
x-pack/solutions/observability/plugins/apm/common/waterfall/unified_trace_item.ts
Outdated
Show resolved
Hide resolved
x-pack/solutions/observability/plugins/apm/server/routes/traces/get_unified_trace_items.ts
Outdated
Show resolved
Hide resolved
crespocarlos
approved these changes
Jul 16, 2025
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
cc @iblancof |
Bluefinger
pushed a commit
to Bluefinger/kibana
that referenced
this pull request
Jul 22, 2025
…dge (elastic#227413) ## Summary Closes elastic#225475 In this PR, we're introducing two additions to the new Unified Waterfall used in Discover. I'll include APM screenshots for comparison, as a quick check to confirm that we've reached parity between the APM waterfall and the Unified Waterfall for these two elements for now. **Errors count in the "View related errors" badge** |APM|Discover|Waterfall| |-|-|-| |||| **Add missing "failure" badge in trace items** |APM|Discover|Waterfall| |-|-|-| |||| --------- Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kertal
pushed a commit
to kertal/kibana
that referenced
this pull request
Jul 25, 2025
…dge (elastic#227413) ## Summary Closes elastic#225475 In this PR, we're introducing two additions to the new Unified Waterfall used in Discover. I'll include APM screenshots for comparison, as a quick check to confirm that we've reached parity between the APM waterfall and the Unified Waterfall for these two elements for now. **Errors count in the "View related errors" badge** |APM|Discover|Waterfall| |-|-|-| |||| **Add missing "failure" badge in trace items** |APM|Discover|Waterfall| |-|-|-| |||| --------- Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #225475
In this PR, we're introducing two additions to the new Unified Waterfall used in Discover.
I'll include APM screenshots for comparison, as a quick check to confirm that we've reached parity between the APM waterfall and the Unified Waterfall for these two elements for now.
Errors count in the "View related errors" badge
Add missing "failure" badge in trace items