elastic / elastic/opentelemetry-lib
[enrichment] Check for attributes first to prevent overriding the attributes
Open
- Dominant language
- Go
- Stars
- 5
- Forks
- 18
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 7
Description
The enrichment processor adds Elastic attributes without checking if the attributes exist. Since the enrichments are derived from OTel attributes and are required for the APM UIs to work, this seems to be a safe option. However, it might also be disruptive if we end up overriding existing attributes set by the user or attributes set manually while instrumenting. Consider these cases and handle overrides as required.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.