0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-16 02:26:08 -05:00
denoland-deno/ext/telemetry
Luca Casonato 6619210509
fix(otel): custom span start + end times are fractional ms (#27995)
Previously they were treated as fractional seconds.
2025-02-06 14:53:43 +01:00
..
Cargo.toml chore: forward v2.1.9 release commit to main (#27888) 2025-01-31 03:02:00 +01:00
lib.rs fix(otel): custom span start + end times are fractional ms (#27995) 2025-02-06 14:53:43 +01:00
README.md refactor(unstable): move telemetry to own ext (#27067) 2024-11-26 11:22:18 +00:00
telemetry.ts fix(otel): custom span start + end times are fractional ms (#27995) 2025-02-06 14:53:43 +01:00
util.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00

deno_telemetry

This crate implements telemetry for Deno using OpenTelemetry.