changed the service name

This commit is contained in:
Ubuntu 2025-06-03 11:35:00 +00:00
parent defdc88d5c
commit 61d558e3da
1 changed files with 1 additions and 1 deletions

View File

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