Log on metrics endpoint hit
This commit is contained in:
parent
d14b4081aa
commit
484e853924
|
@ -79,6 +79,7 @@ async fn handle_connection(
|
|||
}
|
||||
|
||||
async fn handle_metrics(metrics: Metrics) -> Result<impl Reply, Rejection> {
|
||||
info!("handle_metrics");
|
||||
let labels = HashMap::from([("process", "fills")]);
|
||||
let label_strings_vec: Vec<String> = labels
|
||||
.iter()
|
||||
|
|
Loading…
Reference in New Issue