mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +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
|
@ -41,8 +41,8 @@ async def get_fallback_metric_from_prometheus():
|
|||
"""
|
||||
response_message = ""
|
||||
relevant_metrics = [
|
||||
"llm_deployment_successful_fallbacks_total",
|
||||
"llm_deployment_failed_fallbacks_total",
|
||||
"litellm_deployment_successful_fallbacks_total",
|
||||
"litellm_deployment_failed_fallbacks_total",
|
||||
]
|
||||
for metric in relevant_metrics:
|
||||
response_json = await get_metric_from_prometheus(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue