0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-20 20:33:42 -05:00
denoland-deno/ext/telemetry
snek 9ddb8315a5
feat(unstable): support https otlp endpoints (#27743)
Support HTTPS protocol for otel exporting. Includes support for
`OTEL_EXPORTER_OTLP_CERTIFICATE`, `OTEL_EXPORTER_OTLP_CLIENT_KEY`, and
`OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE`

Fixes: https://github.com/denoland/deno/issues/27703
2025-01-30 15:34:52 +01:00
..
Cargo.toml feat(unstable): support https otlp endpoints (#27743) 2025-01-30 15:34:52 +01:00
lib.rs feat(unstable): support https otlp endpoints (#27743) 2025-01-30 15:34:52 +01:00
README.md refactor(unstable): move telemetry to own ext (#27067) 2024-11-28 15:47:25 +01:00
telemetry.ts feat(unstable): no config npm:@opentelemetry/api integration (#27541) 2025-01-09 15:19:19 -05:00
util.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00

deno_telemetry

This crate implements telemetry for Deno using OpenTelemetry.