Compare commits
2 Commits
5f1c02c3aa
...
14df25e9fe
Author | SHA1 | Date |
---|---|---|
|
14df25e9fe | |
|
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