Migrate to latest semconv version and ensure we regularly update going forward #22095
Open
Description
Component(s)
No response
Describe the issue you're reporting
As highlighted by @sumo-drosiek on #18740 (comment), we use a lot of different versions of go.opentelemetry.io/collector/semconv
across this repository.
We would want to:
- Bump existing uses to the latest specification version
- Ensure that we regularly update semconv
For the latter, I am not sure what is the best way to do this; one option is to have an internal package that re-exports symbols from a fixed semconv package and just update this one. This package could be autogenerated to keep it updated.