changed the service name #8

Merged
paveenpaul merged 1 commits from dev/logger-implementation into main 2025-06-03 11:35:37 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class TelemetryConfig(AppConfig):
def ready(self):
# Resource Definition
resource = Resource.create({
"service.name": "development-kitchen",
"service.name": "production-kitchen",
SERVICE_INSTANCE_ID: str(uuid4()),
"worker": os.getpid(), # os.getpid() works outside Gunicorn too
})