snek
|
d410358789
|
fix(unstable): don't unwrap optional state in otel (#27292)
otel global state may not be initialized if otel is not enabled, so bail
out instead of panicking.
Fixes: https://github.com/denoland/deno/issues/27272
|
2024-12-11 03:37:33 +01:00 |
|
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 |
|
snek
|
6755f5b55d
|
refactor(unstable): move telemetry to own ext (#27067)
Move telemetry to its own ext to clean up some code and resolve circular
deps.
|
2024-11-28 15:47:25 +01:00 |
|