opentelemetry-go-contrib
opentelemetry-go-contrib copied to clipboard
Template semconv changes in `otelhttp`
The semantic conventions migration strategy implemented for the otelhttp instrumentation needs to be applied to all other HTTP instrumentation. To do this, the internal/semconv package from needs to be templatized and added to the shared package so other HTTP instrumentation libraries can use it.
- [ ] Server semconv template
- [ ] Client semconv template
Blocked on otelhttp having a valid implementation:
- #6261
- #6262
Client semconv template work is still blocked: https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5773
https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5773 is merged. Looks like this one is no longer blocked.
We still need resolution for #6261 and #6262 to have a complete reference implementation to templatize.