We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489ec64 commit 6438e60Copy full SHA for 6438e60
crates/op-rbuilder/Cargo.toml
@@ -146,7 +146,7 @@ testing = []
146
147
interop = []
148
149
-tracing = ["reth-tracing-otlp"]
+telemetry = ["reth-tracing-otlp"]
150
151
[[bin]]
152
name = "op-rbuilder"
crates/op-rbuilder/src/main.rs
@@ -27,7 +27,7 @@ fn main() -> Result<()> {
27
let mode = cli.builder_mode();
28
let mut cli_app = cli.configure();
29
30
- #[cfg(feature = "tracing")]
+ #[cfg(feature = "telemetry")]
31
{
32
let otlp = reth_tracing_otlp::layer("op-reth");
33
cli_app.access_tracing_layers()?.add_layer(otlp);
0 commit comments