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

service.target mapping missing for latest SemConv messaging attributes #284

Closed
JonasKunz opened this issue Jun 3, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@JonasKunz
Copy link
Contributor

Currently, apm-data uses the OpenTelemetry attribute messaging.destination for messaging spans to derive service.target.
However, in the current semconv this attribute is now called messaging.destination.name.

Due to this mismatch, the service dependency graph is currently not correctly displayed for OpenTelemetry messaging spans reported for example via a current version of the OpenTelemetry Java agent.

We should update our mapping logic to use messaging.destination.name.

@simitt simitt added the bug Something isn't working label Jun 3, 2024
@kyungeunni
Copy link
Contributor

apm-data still uses outdated semconv and there is a ticket describing how we'd like to keep up-to-date with the semconv changes : #116
We can try to address the mentioned issue, or keep using the outdated semconv and manually map the new attribute.

@kyungeunni
Copy link
Contributor

addressed by #298. APM Server will have this mapping from version 8.15(ref)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants