diff --git a/router/src/server.rs b/router/src/server.rs index e652db60..ef53f731 100644 --- a/router/src/server.rs +++ b/router/src/server.rs @@ -1727,8 +1727,8 @@ pub async fn run( .install_recorder() .expect("failed to install metrics recorder"); - metrics::counter!("max_token_capacity").increment(u64::from(max_batch_total_tokens)); - + metrics::counter!("tgi_max_token_capacity").increment(u64::from(max_batch_total_tokens)); + // CORS layer let allow_origin = allow_origin.unwrap_or(AllowOrigin::any()); let cors_layer = CorsLayer::new()