I have the Deno Open Telemetry set up, it works fine with a in-house Tempo collector. I'm trying to setup the collector to another one that requires auth (via headers) but this is not working, I think it is the collector is refusing the request. I'm using OTEL_EXPORTER_OTLP_HEADERS="Authorization=<REDACTED>"OTEL_EXPORTER_OTLP_HEADERS="Authorization=<REDACTED>". Two questions: 1. How can I turn any kind of debugging on so I can see open telemetry requests errors? 2. Can I wrap the data, all traces, in a custom property?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.