Skip to content

Commit

Permalink
feat: add DISABLE_TELEMETRY environment variable to otel-collector.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jan 22, 2025
1 parent b80e126 commit 8490128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HelmChart/Public/oneuptime/templates/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ spec:
value: {{ $.Values.otelCollectorSendingQueueNumConsumers | quote }}
- name: OPENTELEMETRY_COLLECTOR_SENDING_QUEUE_SIZE
value: {{ $.Values.otelCollectorSendingQueueSize | quote }}
- name: DISABLE_TELEMETRY
value: "false"
ports:
- containerPort: {{ $.Values.port.otelCollectorHttp }}
protocol: TCP
Expand Down

0 comments on commit 8490128

Please sign in to comment.