mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
3 lines
166 B
Rust
3 lines
166 B
Rust
pub(crate) const HISTOGRAM_HTTP_REQUEST_DURATION: &str = "http_request_duration";
|
|
pub(crate) const GAUGE_HTTP_CONCURRENT_REQUESTS: &str = "http_concurrent_requests";
|