deno/ext/telemetry
snek 50e5c69f18
Some checks are pending
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
feat(otel): support vsock transport for telemetry (#30001)
implement new connector which uses either HttpsConnector or VsockStream.
will also be easy to add tunnels to this later.
2025-07-07 13:43:43 +00:00
..
Cargo.toml feat(otel): support vsock transport for telemetry (#30001) 2025-07-07 13:43:43 +00:00
lib.rs feat(otel): support vsock transport for telemetry (#30001) 2025-07-07 13:43:43 +00:00
README.md refactor(unstable): move telemetry to own ext (#27067) 2024-11-26 11:22:18 +00:00
telemetry.ts fix(otel): recording metrics with more than 3 attributes (#28898) 2025-04-26 20:15:21 +02:00
util.ts chore: fix build on main (#28487) 2025-03-13 11:58:52 +00:00

deno_telemetry

This crate implements telemetry for Deno using OpenTelemetry.