OpenTelemetry instrumentation for go-chi/chi.
Essentialy this is adaptation from otelmux but instead using gorilla/mux
, we use go-chi/chi
.
Currently it could only instrument traces.
Contributions are welcomed!
$ go get github.com/shah-pf/otelchi
See examples for details.
I was planning to make this project as part of Open Telemetry Go instrumentation project. However based on this comment they no longer accept new instrumentation. This is why I maintain this project here.