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

[APM] [OTel] Fix aggregated critical path for OTel native data #195789

Open
AlexanderWert opened this issue Oct 10, 2024 · 2 comments
Open

[APM] [OTel] Fix aggregated critical path for OTel native data #195789

AlexanderWert opened this issue Oct 10, 2024 · 2 comments
Labels
apm:critical-path apm:opentelemetry APM UI - OTEL Work apm bug Fixes for quality problems that affect the customer experience OpenTelemetry Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team

Comments

@AlexanderWert
Copy link
Member

The "Aggregated critical path" is broken for OTel-native data.

See context: https://github.com/elastic/opentelemetry-dev/issues/503

@AlexanderWert AlexanderWert added the Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team label Oct 10, 2024
@elasticmachine
Copy link
Contributor

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

@smith smith added bug Fixes for quality problems that affect the customer experience apm OpenTelemetry apm:opentelemetry APM UI - OTEL Work apm:critical-path labels Oct 14, 2024
@jennypavlova jennypavlova self-assigned this Oct 31, 2024
@jennypavlova
Copy link
Member

I started investigating the issue and what I found is that inside the otel document, we don't have transaction.duration.us which is used in the script here - same for span.duration.us.

The field is present in APM (comparing with Otel doc):
Image

So in the query response, it is 0:
Image

When we have the value in the APM case we see the critical path:
Image

@AlexanderWert Is it possible to get the transaction.duration.us and span.duration.us in Otel documents?

@jennypavlova jennypavlova removed their assignment Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:critical-path apm:opentelemetry APM UI - OTEL Work apm bug Fixes for quality problems that affect the customer experience OpenTelemetry Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team
Projects
None yet
Development

No branches or pull requests

4 participants