deno deployed app not reporting to hosted collector
Hello team and community!
My Deno Deploy app isn't sending any OpenTelemetry data to a hosted collector.
It works great locally with my LGTM (Docker setup) – I get all the traces and logs there, so I know my code and OTel config are good.
But on Deno Deploy? Nothing. 😦
I'm using the built-in OTel auto-instrumentation. All my OTEL_* environment variables are definitely set right (I even logged 'em from inside the app to double-check). API key and OTLP endpoint are correct too.
Since it's fine locally but silent on Deploy, I'm thinking I'm missing something specific to Deno Deploy and OTLP exports. Any ideas or debugging tips, please?
Thanks a bunch!
2 Replies
Being able to forward OpenTelemetry data will be part of pro and enterprise plans in the future. Right now the setting is disabled for all users as we still need to finish the pieces behind the scenes. Once landed (and assuming you're in the right tier) you will be able to set it in your app settings

Thanks!