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

Allow host.id via IntakeV2 metadata #187

Closed
JonasKunz opened this issue Nov 29, 2023 · 0 comments · Fixed by #246
Closed

Allow host.id via IntakeV2 metadata #187

JonasKunz opened this issue Nov 29, 2023 · 0 comments · Fixed by #246

Comments

@JonasKunz
Copy link
Contributor

JonasKunz commented Nov 29, 2023

Our universal profiling solution relies on the host.id field, which is already part of ECS and the OTel Semconv.
In order to improve correlation between the profiling solution and APM, we should store host.id on span and transaction documents too.

For the OTLP intake we already support receiving host.id as resource-attribute and store it on the span/transaction documents.

For intake-V2 host.id is never set (to my knowledge). We should add the ability to set the host.id via intake-v2 metadata payload.

@JonasKunz JonasKunz changed the title Map the host.id opentelemetry attribute as top-level attribute Allow host.id via IntakeV2 metadata Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant