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 4aeb8c9 commit 4359641Copy full SHA for 4359641
rust/otap-dataflow/src/README.md
@@ -12,13 +12,13 @@ cargo build --release
12
cargo run --release
13
14
# Run with custom configuration file
15
-cargo run --release -- -p configs/otlp-otlp.json
+cargo run --release -- -p configs/otlp-otlp.yaml
16
17
# Run with custom core count
18
cargo run --release -- --num-cores 4
19
20
# Run with both custom config and cores
21
-cargo run --release -- -p configs/otlp-otlp.json --num-cores 8
+cargo run --release -- -p configs/otlp-otlp.yaml --num-cores 8
22
23
# Get help
24
cargo run --release -- --help
0 commit comments