minor improvements

This commit is contained in:
Ara Sadoyan
2026-02-17 17:03:52 +01:00
parent 3618687ad5
commit abb5fef1d6
3 changed files with 17 additions and 21 deletions

View File

@@ -40,7 +40,7 @@ lazy_static::lazy_static! {
pub static ref REQUESTS_BY_UPSTREAM: IntCounterVec = register_int_counter_vec!(
"aralez_requests_by_upstream",
"Number of requests by UPSTREAM server",
&["method"]
&["upstream"]
).unwrap();
pub static ref REQUESTS_BY_VERSION: IntCounterVec = register_int_counter_vec!(
"aralez_requests_by_version_total",