0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli/util
snek 5f8be055db
refactor(unstable): otel configuration (#27333)
split up otel config into user configurable and runtime configurable
parts. user configurable part is now set via env vars parsed according
to the otel spec. otel is now enabled via `OTEL_DENO=true`, and
`--unstable-otel` only acts as a guard.

Fixes: https://github.com/denoland/deno/issues/27273
2024-12-12 09:17:26 +01:00
..
progress_bar chore: reduce allocations in a few places (#27288) 2024-12-09 19:28:53 -05:00
sync refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
v8
archive.rs
checksum.rs
console.rs
diff.rs
display.rs fix(compile): output contents of embedded file system (#27302) 2024-12-11 09:40:50 -05:00
draw_thread.rs
extract.rs
file_watcher.rs fix(watch): don't panic if there's no path provided (#26972) 2024-11-21 16:29:40 +00:00
fs.rs docs(cli): remove redundant word in comment (#27055) 2024-11-26 21:07:40 +09:00
logger.rs refactor(unstable): otel configuration (#27333) 2024-12-12 09:17:26 +01:00
mod.rs
path.rs chore: reduce allocations in a few places (#27288) 2024-12-09 19:28:53 -05:00
result.rs
retry.rs
text_encoding.rs perf(compile): read embedded files as static references when UTF-8 and reading as strings (#27033) 2024-11-27 21:28:41 -05:00
unix.rs
v8.rs fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
windows.rs