1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 21:35:31 -05:00
denoland-deno/tests/specs/cli/otel_basic
snek 5f8be055db
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
2024-12-12 09:17:26 +01:00
..
__test__.jsonc fix(unstable): otel context with multiple keys (#27230) 2024-12-04 13:14:37 +00:00
basic.out feat(unstable): add metrics to otel (#27143) 2024-12-02 20:45:41 +01:00
basic.ts feat(runtime): remove public OTEL trace API (#26854) 2024-11-18 23:55:22 +00:00
context.ts fix(unstable): otel context with multiple keys (#27230) 2024-12-04 13:14:37 +00:00
deno.json feat: OpenTelemetry Tracing API and Exporting (#26710) 2024-11-13 10:38:46 +00:00
deno_dot_exit.out feat(unstable): add metrics to otel (#27143) 2024-12-02 20:45:41 +01:00
deno_dot_exit.ts fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
main.ts refactor(unstable): otel configuration (#27333) 2024-12-12 09:17:26 +01:00
metric.out feat(unstable): add metrics to otel (#27143) 2024-12-02 20:45:41 +01:00
metric.ts feat(unstable): add metrics to otel (#27143) 2024-12-02 20:45:41 +01:00
natural_exit.out feat(unstable): add metrics to otel (#27143) 2024-12-02 20:45:41 +01:00
natural_exit.ts fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
uncaught.out feat(unstable): add metrics to otel (#27143) 2024-12-02 20:45:41 +01:00
uncaught.ts fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00