changed the service name #8
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue