Add support for semconv v1.33
Open
good first issue
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 543
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 109
Description
## Context
See https://github.com/elastic/opentelemetry-collector-components/pull/988 for reference
After DB SemConv became stable, there were some breaking changes introduced: https://opentelemetry.io/docs/specs/semconv/non-normative/db-migration/ - very basic field names changed as well.
This issue should mimic the PR above and add support to handle the new DB SemConv key names.
Without this, the current code does not recognize basic db spans as db span and does not add `span.destination.service.resource`.
Contributor guide
Assessment
This issue has not been assessed yet.