-
Notifications
You must be signed in to change notification settings - Fork 529
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
OTel: Map user fields to semver fields instead of labels #15254
Comments
Few questions to consider here:
|
We support several experimental attributes, so I don't see a problem with adding it already.
Setting |
Nice catch. Instead of mapping I've also left some comments on the PR. |
IIRC, |
It seems like elastic/opentelemetry-lib#42 also adds |
Good call. We'll need to align with UI team if we change where process.owner is stored, and there might be backcompat implications. |
ugh, good catch |
I agree with this approach. At this point, we would need to investigate a lot more on the overall impact of making a change with already mapped fields, and given our approach to OTel native, this doesn't feel like a high-priority requirement at the moment. |
Let's close this then and not move forward with this change. |
Map the semconv user.* attributes to ECS user.* fields in APM Server. This may be considered a breaking change since it changes the destination fields in the indexed documents.
The text was updated successfully, but these errors were encountered: