1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/cli/otel_basic
Luca Casonato 594a99817c
feat(runtime): remove public OTEL trace API (#26854)
This PR removes the public Deno.tracing.Span API.
We are not confident we can ship an API that is
better than the `@opentelemetry/api` API, because
V8 CPED does not support us using `using` to
manage span context. If this changes, we can
revisit this decision. For now, users wanting
custom spans can instrument their code using
the `@opentelemetry/api` API and `@deno/otel`.

This PR also speeds up the OTEL trace generation
by a 30% by using Uint8Array instead of
strings for the trace ID and span ID.
2024-11-18 23:55:22 +00:00
..
__test__.jsonc fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
basic.out feat(runtime): remove public OTEL trace API (#26854) 2024-11-18 23:55:22 +00:00
basic.ts feat(runtime): remove public OTEL trace API (#26854) 2024-11-18 23:55:22 +00:00
deno.json feat: OpenTelemetry Tracing API and Exporting (#26710) 2024-11-13 10:38:46 +00:00
deno_dot_exit.out fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
deno_dot_exit.ts fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
main.ts feat(runtime): remove public OTEL trace API (#26854) 2024-11-18 23:55:22 +00:00
natural_exit.out fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
natural_exit.ts fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
uncaught.out fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
uncaught.ts fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00