Log on metrics endpoint hit

This commit is contained in:
Riordan Panayides 2022-10-06 01:03:15 +01:00
parent d14b4081aa
commit 484e853924
1 changed files with 1 additions and 0 deletions

View File

@ -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()