0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 23:31:24 -05:00
denoland-deno/ext/telemetry
snek 26266045d4 refactor(unstable): otel configuration (#27333)
split up otel config into user configurable and runtime configurable
parts. user configurable part is now set via env vars parsed according
to the otel spec. otel is now enabled via `OTEL_DENO=true`, and
`--unstable-otel` only acts as a guard.

Fixes: https://github.com/denoland/deno/issues/27273
2025-01-09 15:19:06 -05:00
..
Cargo.toml 2.1.4 (#27327) 2024-12-11 04:31:27 +01:00
lib.rs refactor(unstable): otel configuration (#27333) 2025-01-09 15:19:06 -05:00
README.md refactor(unstable): move telemetry to own ext (#27067) 2024-11-28 15:47:25 +01:00
telemetry.ts refactor(unstable): otel configuration (#27333) 2025-01-09 15:19:06 -05:00
util.ts refactor(unstable): move telemetry to own ext (#27067) 2024-11-28 15:47:25 +01:00

deno_telemetry

This crate implements telemetry for Deno using OpenTelemetry.