mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
use litellm_ prefix for new deployment metrics
This commit is contained in:
parent
4cef6df4cf
commit
acadabe6c9
4 changed files with 38 additions and 38 deletions
|
@ -76,6 +76,6 @@ async def test_async_prometheus_success_logging():
|
|||
print("metrics from prometheus", metrics)
|
||||
assert metrics["litellm_requests_metric_total"] == 1.0
|
||||
assert metrics["litellm_total_tokens_total"] == 30.0
|
||||
assert metrics["llm_deployment_success_responses_total"] == 1.0
|
||||
assert metrics["llm_deployment_total_requests_total"] == 1.0
|
||||
assert metrics["llm_deployment_latency_per_output_token_bucket"] == 1.0
|
||||
assert metrics["litellm_deployment_success_responses_total"] == 1.0
|
||||
assert metrics["litellm_deployment_total_requests_total"] == 1.0
|
||||
assert metrics["litellm_deployment_latency_per_output_token_bucket"] == 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue