1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 15:10:44 -05:00
denoland-deno/ext/telemetry
snek dac0226882
feat(unstable): add metrics to otel (#27143)
Refs: https://github.com/denoland/deno/issues/26852

Initial support for exporting metrics.

Co-authored-by: Luca Casonato <hello@lcas.dev>
2024-12-05 23:03:52 +01:00
..
Cargo.toml 2.1.2 (#27135) 2024-11-28 16:45:48 +01:00
lib.rs feat(unstable): add metrics to otel (#27143) 2024-12-05 23:03:52 +01:00
README.md refactor(unstable): move telemetry to own ext (#27067) 2024-11-28 15:47:25 +01:00
telemetry.ts feat(unstable): add metrics to otel (#27143) 2024-12-05 23:03:52 +01:00
util.ts refactor(unstable): move telemetry to own ext (#27067) 2024-11-28 15:47:25 +01:00

deno_telemetry

This crate implements telemetry for Deno using OpenTelemetry.