mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
added tgi to name of metric
This commit is contained in:
parent
3e76ba6599
commit
3b0b66bedb
@ -1993,7 +1993,7 @@ 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());
|
||||
|
Loading…
Reference in New Issue
Block a user