odigos-io / opentelemetry-go-instrumentation

OpenTelemetry auto-instrumentation for Go applications
Apache License 2.0
292 stars 44 forks source link

Fix net/http server instrumentation on Go1.17 and above #48

Closed oxeye-gal closed 1 year ago

oxeye-gal commented 1 year ago

Hi,

This PR fixes the net/http server instrumentation for Go versions 1.17 and above - which relates to issue https://github.com/keyval-dev/opentelemetry-go-instrumentation/issues/45

Thanks.

edeNFed commented 1 year ago

Thank you for contributing 😄