Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: OpenTelemetry support #674

Open
bitttttten opened this issue Jul 26, 2024 · 1 comment
Open

feat: OpenTelemetry support #674

bitttttten opened this issue Jul 26, 2024 · 1 comment
Labels
enhancement New feature or request feature request Feature request

Comments

@bitttttten
Copy link

Brief Description of the Bug

Is there a plan to add OpenTelemetry support? It would be really valueable for us to how the cache handler plays into our full flow of queries.

Severity
Cosmetic/Minor

Frequency of Occurrence
Always

Steps to Reproduce
It's not a bug.

Screenshots/Logs

For example, here is a screenshot from our otel application. It contains a lot of fetches, although we don't know which ones are these are from our cache-handler. We don't know which ones are being intercepted by the nextjs fetch handler since nextjs takes over fetch.

Screenshot 2024-07-26 at 23 42 23

@bitttttten bitttttten added the bug Something isn't working label Jul 26, 2024
@better-salmon better-salmon added enhancement New feature or request and removed bug Something isn't working labels Aug 15, 2024
@better-salmon
Copy link
Contributor

@bitttttten hey there! CacheHandler operates in a separate thread, which means it can't access the instrumentation provided by open telemetry users. I'm currently focusing on a big feature for the library. Perhaps once that's done, I'll be able to allocate time to incorporating open telemetry support.

@better-salmon better-salmon added the feature request Feature request label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request Feature request
Projects
None yet
Development

No branches or pull requests

2 participants