forked from phoenix/litellm-mirror
(docs) grafana / prometheus
This commit is contained in:
parent
c2283235a1
commit
24570bc075
3 changed files with 10 additions and 6 deletions
|
@ -6235,7 +6235,8 @@ def set_callbacks(callback_list, function_id=None):
|
|||
elif callback == "datadog":
|
||||
dataDogLogger = DataDogLogger()
|
||||
elif callback == "prometheus":
|
||||
prometheusLogger = PrometheusLogger()
|
||||
if prometheusLogger is None:
|
||||
prometheusLogger = PrometheusLogger()
|
||||
elif callback == "dynamodb":
|
||||
dynamoLogger = DyanmoDBLogger()
|
||||
elif callback == "s3":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue