1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/runtime/ops
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
..
os perf: use available system memory for v8 isolate memory limit (#26868) 2024-11-15 10:33:03 +01:00
web_worker refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
bootstrap.rs BREAKING: Remove --unstable flag (#25522) 2024-09-09 23:44:29 +02:00
fs_events.rs refactor(runtime/permissions): use concrete error types (#26464) 2024-11-04 09:17:21 -08:00
http.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
mod.rs feat: OpenTelemetry Tracing API and Exporting (#26710) 2024-11-13 10:38:46 +00:00
otel.rs feat(runtime): remove public OTEL trace API (#26854) 2024-11-18 23:55:22 +00:00
permissions.rs refactor(runtime/permissions): use concrete error types (#26464) 2024-11-04 09:17:21 -08:00
process.rs fix(permissions): say to use --allow-run instead of --allow-all (#26842) 2024-11-12 17:14:19 -05:00
runtime.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
signal.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
tty.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
web_worker.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
worker_host.rs refactor(runtime/permissions): use concrete error types (#26464) 2024-11-04 09:17:21 -08:00