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
It can be really helpful to understand what contributes to fetch request times:
DNS lookup?
Connection establishment/TLS?
TTFB?
What
The official OTel fetch instrumentation for the web has the capability to
attach network events to fetch spans. It would be really nice if that
would be supported by @vercel/otel too:
Why
It can be really helpful to understand what contributes to fetch request times:
What
The official OTel fetch instrumentation for the web has the capability to
attach network events to fetch spans. It would be really nice if that
would be supported by
@vercel/otel
too:https://github.com/open-telemetry/opentelemetry-js/blob/01cea7caeb130142cc017f77ea74834a35d0e8d6/experimental/packages/opentelemetry-instrumentation-fetch/src/fetch.ts#L112C11-L112C31
The text was updated successfully, but these errors were encountered: