Compare commits
No commits in common. "14df25e9fecb9348b3a7e131cfd3e9cc5f059e5d" and "5f1c02c3aa9d5afa8aa23286e9242f0574629644" have entirely different histories.
14df25e9fe
...
5f1c02c3aa
|
@ -27,7 +27,7 @@ class TelemetryConfig(AppConfig):
|
|||
def ready(self):
|
||||
# Resource Definition
|
||||
resource = Resource.create({
|
||||
"service.name": "production-kitchen",
|
||||
"service.name": "development-kitchen",
|
||||
SERVICE_INSTANCE_ID: str(uuid4()),
|
||||
"worker": os.getpid(), # os.getpid() works outside Gunicorn too
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue