• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

iotaledger / iota / 29547747243

16 Jul 2026 08:22PM UTC coverage: 68.669% (+0.04%) from 68.627%
29547747243

push

github

web-flow
fix(iota-private-network): expose all metric levels on experiment nodes (#12288)

# Description of change

Since the node's `/metrics` output filters low-verbosity metrics by
default (#12105), the private-network experiment runners silently lost
the debug-tier metrics they measure: the consensus commit-latency
histograms (`consensus_block_header_commit_latency`,
`consensus_transaction_commit_latency`) and
`consensus_accepted_block_headers`. `measure_block_production` and the
migration test's stable-window comparison then report empty latency
columns while everything else keeps working.

- Set `METRICS_FILTER=trace` on the validator and fullnode services
generated by the experiment runners — the migration test's own compose
generator and the shared one used by the benchmark/fuzz runners.
- Safe across image versions: images predating the metric-groups change
parse the unknown `trace` token as invalid, warn, and stay permissive
(their previous behavior).


## Links to any relevant issues

fixes #12289

Context: #12105. Analogous CI fix: #12282.

## How the change has been tested

- [x] Basic tests (linting, compilation, formatting, unit/integration
tests)
- [x] Patch-specific tests (correctness, functionality coverage)
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] I have checked that new and existing unit tests pass locally with
my changes

166971 of 243152 relevant lines covered (68.67%)

463637.23 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

91.58
/crates/iota-core/src/execution_cache/writeback_cache.rs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc