You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno fails to export spans to non-HTTP endpoints when the OpenTelemtry integration is enabled. Once the spans are ready to export, the following is logged to the console:
name="BatchSpanProcessor.Flush.ExportError" reason="Other(hyper_util::client::legacy::Error(Connect, \"invalid URL, scheme is not http\"))" message=Failed during the export process
Steps to reproduce:
Install deno 2.1.5.
Run OTEL_EXPORTER_OTLP_ENDPOINT=https://api.honeycomb.io OTEL_DENO=true deno run -N --unstable-otel https://gist.githubusercontent.com/palmm/5ea10d52ab7786601664d13051894c0c/raw/0465db0c9d98edbfd76bcebc40b5e2ccc6b24bff/main.ts
In a different terminal, run curl http://localhost:8000/ to trigger the span export. After a few seconds, the error message will be logged to the console running deno run.
keywords: otel opentelem opentelemetry
The text was updated successfully, but these errors were encountered:
Version: Deno 2.1.5
Deno fails to export spans to non-HTTP endpoints when the OpenTelemtry integration is enabled. Once the spans are ready to export, the following is logged to the console:
Steps to reproduce:
OTEL_EXPORTER_OTLP_ENDPOINT=https://api.honeycomb.io OTEL_DENO=true deno run -N --unstable-otel https://gist.githubusercontent.com/palmm/5ea10d52ab7786601664d13051894c0c/raw/0465db0c9d98edbfd76bcebc40b5e2ccc6b24bff/main.ts
curl http://localhost:8000/
to trigger the span export. After a few seconds, the error message will be logged to the console runningdeno run
.keywords: otel opentelem opentelemetry
The text was updated successfully, but these errors were encountered: