Files
lighthouse/common/logging
Michael Sproul 87ae301d09 Remove unused logging metrics (#7997)
@chong-he noticed that the INFO/WARN/ERRO log counts on our dashboards had stopped working. Since switching to `tracing` we are now tracking total events _per crate_, and the global counters are unused.

Per-crate metrics are here:

cfb1f73310/common/logging/src/tracing_metrics_layer.rs (L61-L63)


  Delete the unused global counters from the source.

We can sum across the per-crate metric in our dashboards to restore the previous functionality.


Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
2025-09-12 02:48:49 +00:00
..
2025-09-12 02:48:49 +00:00