Skip to content
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

[Discover][APM] Show event.outcome badge only on failure outcomes #213268

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Bluefinger
Copy link
Contributor

Summary

Changes the event.outcome badge to no longer have an icon, instead appearing only when the event.outcome value is failure, and showing as a danger colored badge.

Event Outcome Discover Traces Screenshot 2025-03-04 173032

Closes #213207

How to Test

Ensure the following is added to your kibana.dev.yml:

discover.experimental.enabledProfiles:
  - traces-data-source-profile
  • Go to Discover page, select the APM static data view when on the oblt-cli cluster.
  • On the data grid, all the summary cells for trace data should only show 3 badges when the event.outcome is either success or unknown. Only a red badge is shown for traces that have event.outcome as failure.

@Bluefinger Bluefinger added release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Mar 5, 2025
@Bluefinger Bluefinger requested review from a team as code owners March 5, 2025 16:37
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

Copy link
Contributor

@iblancof iblancof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this!

I’m just wondering if it might be worth proposing adding this visual rendering to the event.outcome column as well, and maybe considering other visually relevant columns like the status code.

Btw, I am not sure what happens if we don't add the version label, but it's missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Discover][APM] Change summary column event.outcome display
3 participants