paradigmxyz
reth
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
revert: use OTEL_SERVICE_NAME env var instead of CLI arg Reverting c8abe6586 which attempted to use --tracing-otlp.service-name CLI flag. The CLI flag approach doesn't work because reth-bench-compare builds and runs reth binaries from arbitrary git refs (baseline-ref and feature-ref), which may not have the --tracing-otlp.service-name flag if they're older commits. Example failure: error: unexpected argument '--tracing-otlp.service-name' found The environment variable approach is correct here because: - OTEL_SERVICE_NAME is a standard OpenTelemetry variable - Works with any reth version that has OTLP support - Does not depend on the binary having the CLI flag This allows benchmarking between any two git refs, including older commits that predate the --tracing-otlp.service-name flag addition.
yk/add-tracing-to-bench-compare
3 minutes ago
change counters to histograms
mediocregopher/proof-counters
8 minutes ago
fix(hardforks): don't print pre-merge section if empty
rnkrtt:fix/empty-premerge
10 minutes ago
refactor: use CLI arg instead of env var for OTLP service name Address review feedback from @shekhirin to use --tracing-otlp.service-name CLI argument instead of OTEL_SERVICE_NAME environment variable. This approach provides: - Better consistency (all tracing config via CLI args) - Improved visibility in process listings - More explicit configuration Changes: - Add --tracing-otlp.service-name=reth-{ref_type} to CLI args - Remove OTEL_SERVICE_NAME env var setting - Keep OTEL_BLRP_MAX_QUEUE_SIZE env var (still needed)
yk/add-tracing-to-bench-compare
17 minutes ago
fix: add backticks to OTEL_SERVICE_NAME and long flag to service-name arg - Add backticks around OTEL_SERVICE_NAME in doc comment to fix clippy::doc-markdown - Add long flag 'tracing-otlp.service-name' to prevent clap from treating it as positional arg - Add help_heading for consistency with other tracing args
yk/add-tracing-to-bench-compare
45 minutes ago
Merge remote-tracking branch 'origin/main' into alexey/static-files-transaction-senders
alexey/static-files-transaction-senders
1 hour ago
fix(metrics): move trie_input_duration recording to include full setup The trie_input_duration metric was recording too early, only capturing compute_trie_input time (~few milliseconds) but missing the MultiProofConfig conversion and OverlayStateProviderFactory creation. This caused incomplete measurement of the actual trie input preparation time. Moved the metric recording to just before spawn to capture all trie input setup operations.
fix/trie-input-duration-metric
1 hour ago
feat(cli): log warning if otlp feature is not enabled but arguments provided
alexey/otlp-tracing-logs
1 hour ago
Active Branches
feat(bench-compare): add OTLP tracing support for baseline/feature comparison
last run
3 minutes ago
#19626
CodSpeed Performance Gauge
-25%
chore(trie): Add metrics to track all cursor operations in proof workers
last run
8 minutes ago
#19633
CodSpeed Performance Gauge
-26%
fix(hardforks): don't print pre-merge section if empty
last run
10 minutes ago
#19654
CodSpeed Performance Gauge
-28%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs