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

Migrate Resource Processor to the new OTLP-based internal data model #1307

Closed
dmitryax opened this issue Jul 9, 2020 · 0 comments · Fixed by #1315
Closed

Migrate Resource Processor to the new OTLP-based internal data model #1307

dmitryax opened this issue Jul 9, 2020 · 0 comments · Fixed by #1315
Assignees
Labels
enhancement New feature or request

Comments

@dmitryax
Copy link
Member

dmitryax commented Jul 9, 2020

Is your feature request related to a problem? Please describe.
Resource Processor uses old OpenCensus data model which causes unnecessary translations to OC format.

Describe the solution you'd like
Resource Processor should use OTLP-based internal data model (consumer/pdata/trace.go) instead of OC.

@dmitryax dmitryax self-assigned this Jul 9, 2020
@andrewhsu andrewhsu added the enhancement New feature or request label Jan 6, 2021
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this issue Nov 11, 2021
* Move tracing code to trace package

* Update changelog
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this issue Apr 27, 2023
Instrumentation libraries running in container environments cannot always correctly detect host attributes while OTel Collector Agent has all required access to underlying host and can be considered as a source of truth for all host and cloud metadata. This change reconfigures Resource Detection processor on the agent to override all host and cloud attributes by default.
swiatekm pushed a commit to swiatekm/opentelemetry-collector that referenced this issue Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants