diff --git a/src/main.rs b/src/main.rs index 33817ff..44584d5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -112,7 +112,7 @@ pub async fn main() { let mut registry = Registry::default(); registry.register( - "ars_games_total", + "ars_games", "number of games created", app_metrics.arc_games_total.clone(), );