changed the service name
This commit is contained in:
parent
defdc88d5c
commit
61d558e3da
|
@ -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
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue