This fork adds status code tracking in recording request writer and "outcome" attributes for mterics. the "outcome" attribute allows us to easily filter by "success" or "failure".
OpenTelemetry instrumentation for go-chi/chi.
Essentially this is an adaptation from otelmux but instead of using gorilla/mux, we use go-chi/chi.
Currently, this library can only instrument traces and metrics.
Contributions are welcomed!
$ go get github.com/ionext/otelchiSee examples for details.