Update base.py
This commit is contained in:
parent
693b5a41c4
commit
0a00d3e2c1
1 changed files with 1 additions and 0 deletions
|
|
@ -658,6 +658,7 @@ if PYROSCOPE_PROFILER_ENABLED:
|
|||
application_name=os.getenv("PYROSCOPE_APPLICATION_NAME", "oncall"),
|
||||
server_address=os.getenv("PYROSCOPE_SERVER_ADDRESS", "http://pyroscope:4040"),
|
||||
auth_token=os.getenv("PYROSCOPE_AUTH_TOKEN", ""),
|
||||
detect_subprocesses=True,
|
||||
tags={
|
||||
"celery_worker": os.getenv("CELERY_WORKER_QUEUE", None),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue