Skip to content
forked from riandyrn/otelchi

OpenTelemetry instrumentation for go-chi/chi

License

Notifications You must be signed in to change notification settings

ionextai/otelchi

 
 

Repository files navigation

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".

otelchi

compatibility-test Go Report Card Documentation

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!

Install

$ go get github.com/ionext/otelchi

Examples

See examples for details.

About

OpenTelemetry instrumentation for go-chi/chi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.7%
  • Dockerfile 1.3%
  • Makefile 1.2%
  • Shell 0.8%