OTEL metrics #11958
r34son
started this conversation in
Features / New SDKs (Integrations) / Ideas
OTEL metrics
#11958
Replies: 2 comments
|
Also you are exposing function to add custom instrumentations https://github.com/getsentry/sentry-javascript/blob/develop/packages/opentelemetry/src/instrumentation.ts |
0 replies
|
The current line of thinking is that we will support Otel metrics API but it’s unclear if we will make it the recommended API. We currently pay close attention to what’s going on there. We definitely want to support it, but our approach to trace correlation is a bit different so we gotta figure that part out first. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Do you have any plans migrating metrics api also to otel?
https://opentelemetry.io/docs/specs/otel/metrics/
This is my nextjs instrumentation logic:
It would be great if sentry SDK can abstract some metrics overhead for me
All reactions