Add more Prometheus metrics for memory and Tokio tasks (#5282)

* Add more Prometheus metrics for memory and Tokio tasks

* pr comments
This commit is contained in:
aecsocket
2026-02-03 19:05:34 +00:00
committed by GitHub
parent ab753a82bc
commit 5d6593a9da
5 changed files with 171 additions and 85 deletions

View File

@@ -10,14 +10,11 @@ use actix_web::{HttpResponse, web};
use futures::FutureExt;
use serde_json::json;
pub mod debug;
pub mod internal;
pub mod v2;
pub mod v3;
#[cfg(target_os = "linux")]
pub mod debug;
pub mod v2_reroute;
pub mod v3;
mod analytics;
mod index;