Skip to content

Commit a3f8fbe

Browse files
committed
More comments
1 parent a2889ae commit a3f8fbe

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

deployment/community/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ services:
3434
- .prod.env
3535
- ../common/telemetry/.otel.env
3636
environment:
37+
# just to distinguish telemetry source (if enabled), does not affect functionality
3738
- OTEL_SERVICE_NAME=backend
3839
depends_on:
3940
- db
@@ -51,6 +52,7 @@ services:
5152
environment:
5253
- GEVENT_WORKER=0
5354
- NO_MONKEY_PATCH=1
55+
# just to distinguish telemetry source (if enabled), does not affect functionality
5456
- OTEL_SERVICE_NAME=celery-beat
5557
depends_on:
5658
- redis
@@ -69,7 +71,9 @@ services:
6971
environment:
7072
- GEVENT_WORKER=0
7173
- NO_MONKEY_PATCH=1
74+
# just to distinguish telemetry source (if enabled), does not affect functionality
7275
- OTEL_SERVICE_NAME=celery-worker
76+
# switch this on only if threads / gevent worker type is used
7377
- OTEL_MANUAL_CELERY_TRACING=0
7478
volumes:
7579
- ./projects:/data

deployment/enterprise/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ services:
1818
- ../common/telemetry/.otel.env
1919
environment:
2020
- GUNICORN_CMD_ARGS="--limit-request-line 8190"
21+
# just to distinguish telemetry source (if enabled), does not affect functionality
2122
- OTEL_SERVICE_NAME=backend
2223
depends_on:
2324
- db
@@ -64,6 +65,7 @@ services:
6465
- ../common/telemetry/.otel.env
6566
environment:
6667
- GEVENT_WORKER=0
68+
# just to distinguish telemetry source (if enabled), does not affect functionality
6769
- OTEL_SERVICE_NAME=celery-beat
6870
depends_on:
6971
- db
@@ -86,7 +88,9 @@ services:
8688
environment:
8789
- CELERY_ROUTES={ 'qgis-extractor.*':{'queue':'extractor'} }
8890
- GEVENT_WORKER=0
91+
# just to distinguish telemetry source (if enabled), does not affect functionality
8992
- OTEL_SERVICE_NAME=celery-worker
93+
# switch this on only if threads / gevent worker type is used
9094
- OTEL_MANUAL_CELERY_TRACING=0
9195
depends_on:
9296
- db

0 commit comments

Comments
 (0)