Open pellared opened 2 years ago
We want to use v5 too. Please support it.
You can consider using https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp and use its RouteTag
option or https://pkg.go.dev/github.com/riandyrn/otelchi.
You can also take a look at https://github.com/open-telemetry/opentelemetry-go-contrib/pull/4017 for inspiration how otelhttp
could be used with github.com/go-chi/chi/v5
https://github.com/go-chi/chi released
v5
some time ago which we should support.