-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(deno): Add OpenTelemetry support and vercelAI integration #17445
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
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Thanks for the PR Sergiy!
Just for me to understand this better: doesn't Deno come with a built-in otel tracer already?
Thanks for the PR Sergiy!
Just for me to understand this better: doesn't Deno come with a built-in otel tracer already?
From chatting with @AbhiPrasad, we can't use it due to the limitations
The only supported exporter is OTLP - other exporters are not supported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Looks like we can't use the deno tracer due to missing configuration APIs + v1 OTEL support only.
Thanks for adding this @sergical
Uh oh!
There was an error while loading. Please reload this page.
Based on the Cloudflare OTel implementation
CleanShot 2025年08月25日 at 13 39 23