deno/ext/telemetry
snek 5c17bb4287
fix(unstable): otel context with multiple keys (#27230)
`SafeMap` treats its argument as an object with a "length" and index
properties, rather than a generic iterator, so every time we cloned it,
it was dropping all the data.
2024-12-04 13:14:37 +00:00
..
Cargo.toml chore: forward v2.1.2 release commit to main (#27136) 2024-11-28 17:00:24 +00:00
lib.rs feat(unstable): add metrics to otel (#27143) 2024-12-02 20:45:41 +01:00
README.md
telemetry.ts fix(unstable): otel context with multiple keys (#27230) 2024-12-04 13:14:37 +00:00
util.ts

deno_telemetry

This crate implements telemetry for Deno using OpenTelemetry.