1
0
mirror of https://github.com/actix/examples synced 2025-02-09 20:25:37 +01:00

3 lines
166 B
Rust
Raw Normal View History

pub(crate) const HISTOGRAM_HTTP_REQUEST_DURATION: &str = "http_request_duration";
pub(crate) const GAUGE_HTTP_CONCURRENT_REQUESTS: &str = "http_concurrent_requests";