Files
opencloud/vendor/github.com/riandyrn/otelchi
dependabot[bot] 2088e03e25 build(deps): bump github.com/riandyrn/otelchi from 0.7.0 to 0.8.0
Bumps [github.com/riandyrn/otelchi](https://github.com/riandyrn/otelchi) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/riandyrn/otelchi/releases)
- [Changelog](https://github.com/riandyrn/otelchi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/riandyrn/otelchi/compare/v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/riandyrn/otelchi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 13:43:55 +00:00
..
2023-06-27 12:31:19 +02:00
2023-06-27 12:31:19 +02:00

otelchi

ci Go Report Card Documentation

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!

Install

$ go get github.com/riandyrn/otelchi

Examples

See examples for details.

Why Port This?

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.