send otel data to grafana cloud endpoint directly
If I follow the getting started guide, it tells me to use
I just add OTEL_DENO=true and switch node to deno,
But still I can't see the traces
If I self host grafana server it just works with OTEL_DENO=true
3 Replies
Is the connection with OTEL debug-able ?
also node does work with the cloud endpoint, if I monitor it Isee it makes a sucessful post request to otlp/traces

but deno makes no requests at all
Actually even when deno works with the self hosted grafana, the request doesn't show up in the http monitor, so this is probably not relevant and is just a limitation of the monitor I'm using