opentelemetry-go-contrib icon indicating copy to clipboard operation
opentelemetry-go-contrib copied to clipboard

Template semconv changes in `otelhttp`

Open MrAlias opened this issue 1 year ago • 3 comments
trafficstars

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

MrAlias avatar Jun 20 '24 17:06 MrAlias

Client semconv template work is still blocked: https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5773

MrAlias avatar Jun 20 '24 17:06 MrAlias

https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5773 is merged. Looks like this one is no longer blocked.

dennisme avatar Oct 18 '24 16:10 dennisme

We still need resolution for #6261 and #6262 to have a complete reference implementation to templatize.

MrAlias avatar Oct 18 '24 16:10 MrAlias