forked from phoenix/litellm-mirror
fix _get_datadog_service
This commit is contained in:
parent
9ee19cde39
commit
8479ab95b3
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ class DataDogLogger(CustomBatchLogger):
|
|||
|
||||
@staticmethod
|
||||
def _get_datadog_service():
|
||||
return os.getenv("DD_SERVICE", "litellm")
|
||||
return os.getenv("DD_SERVICE", "litellm-server")
|
||||
|
||||
@staticmethod
|
||||
def _get_datadog_hostname():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue