You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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
.The text was updated successfully, but these errors were encountered: