fix _get_datadog_service

This commit is contained in:
Ishaan Jaff 2024-11-26 22:07:37 -08:00
parent 9ee19cde39
commit 8479ab95b3

View file

@ -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():