otelchi icon indicating copy to clipboard operation
otelchi copied to clipboard

OpenTelemetry instrumentation for go-chi/chi

Results 7 otelchi issues
Sort by recently updated
recently updated
newest added

At first, we thought that the OpenTelemetry project would eventually slow its development pace and become more backward compatible like many Go libraries. We intentionally waited for this moment to...

Updated the library to use the latest semconv.

it's been a while since I implemented this but I have been using since earlier this year and figured I'd pr it before it's too late this adds support for...

Hi there! Would you be interested in adding optional support for some basic metrics? I'm thinking a single histogram to track request latency tagged with http method, route and response...

**Changes Summary:** - Implement multiple filters in `WithFilter` option - Adjust tests for `WithFilter` option to handle several cases

This PR offers a new option called `WithResponseModifier`, which allows end-users to modify the middleware's response. So in the scenario mentioned in [#56](https://github.com/riandyrn/otelchi/pull/56#issuecomment-2242637749), the end user could create their own...

This small refactoring MR was split from #59 It slightly reduces code duplication by directly embedding a shallow copy of the config into the `traceware`.