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] PoC Otel data with APM UI: Replacing _source with fields #192606

Closed
jennypavlova opened this issue Sep 11, 2024 · 0 comments · Fixed by #195242
Closed

[APM][Otel] PoC Otel data with APM UI: Replacing _source with fields #192606

jennypavlova opened this issue Sep 11, 2024 · 0 comments · Fixed by #195242
Assignees
Labels
enhancement New value added to drive a business result OpenTelemetry Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team

Comments

@jennypavlova
Copy link
Member

jennypavlova commented Sep 11, 2024

The scope of this issue is to replace the usage of _source with fields to ensure the APM UI works with the Otel data

AC:

  • APM UI should still work with apm server
  • There shouldn't be any errors when using Otel native data
@jennypavlova jennypavlova self-assigned this Sep 11, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 11, 2024
@jennypavlova jennypavlova added the Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team label Sep 12, 2024
@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 12, 2024
@jennypavlova jennypavlova linked a pull request Sep 12, 2024 that will close this issue
@jennypavlova jennypavlova changed the title PoC Otel data with APM UI: Replacing _source with fields [APM][Otel] PoC Otel data with APM UI: Replacing _source with fields Sep 12, 2024
@smith smith added the enhancement New value added to drive a business result label Sep 13, 2024
crespocarlos added a commit that referenced this issue Oct 15, 2024
closes #192606

## Summary

v2 based on the work done in this PR
#192608 and the suggestion from
Dario #194424

This PR replaces the _source usage in APM queries with fields to support
Otel data. The idea is to get rid of existing UI errors we have and make
sure that otel data is shown correctly in the UI.

One way to check it is using the [e2e
PoC](https://github.com/elastic/otel-apm-e2e-poc/blob/main/README.md).

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Jenny <[email protected]>
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue Oct 15, 2024
…#195242)

closes elastic#192606

## Summary

v2 based on the work done in this PR
elastic#192608 and the suggestion from
Dario elastic#194424

This PR replaces the _source usage in APM queries with fields to support
Otel data. The idea is to get rid of existing UI errors we have and make
sure that otel data is shown correctly in the UI.

One way to check it is using the [e2e
PoC](https://github.com/elastic/otel-apm-e2e-poc/blob/main/README.md).

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Jenny <[email protected]>
(cherry picked from commit 7235ed0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result OpenTelemetry Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants