mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 14:24:44 +00:00
Tracing executor and metrics rename
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/// Handles async task metrics
|
||||
pub use lighthouse_metrics::*;
|
||||
pub use metrics::*;
|
||||
use std::sync::LazyLock;
|
||||
|
||||
pub static ASYNC_TASKS_COUNT: LazyLock<Result<IntGaugeVec>> = LazyLock::new(|| {
|
||||
|
||||
Reference in New Issue
Block a user