diff --git a/router/src/server.rs b/router/src/server.rs index 5c20345a..a6b69321 100644 --- a/router/src/server.rs +++ b/router/src/server.rs @@ -1993,8 +1993,8 @@ async fn start( "Batch size of the next batch" ); - 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()