adding max_token_capacity_metric

This commit is contained in:
Edwinhr716 2024-07-22 18:21:34 +00:00 committed by Nicolas Patry
parent d1f257ac56
commit 3e76ba6599
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -1993,6 +1993,8 @@ async fn start(
"Batch size of the next batch"
);
metrics::counter!("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()