Browse Source

Enable tracing for dora runtime by default

tags/v0.2.2-rc
Philipp Oppermann 2 years ago
parent
commit
9db09ee930
Failed to extract signature
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      binaries/runtime/Cargo.toml

+ 1
- 0
binaries/runtime/Cargo.toml View File

@@ -35,6 +35,7 @@ dora-download = { workspace = true }
flume = "0.10.14"

[features]
default = ["tracing"]
tracing = ["dora-tracing"]
telemetry = ["tracing", "opentelemetry", "dora-tracing/telemetry"]
metrics = ["opentelemetry", "opentelemetry-system-metrics", "dora-metrics"]

Loading…
Cancel
Save