Skip to content

Commit

Permalink
feat: update DISABLE_TELEMETRY value to false in otel-collector.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jan 22, 2025
1 parent cbca712 commit e932eb1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions HelmChart/Public/oneuptime/templates/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ spec:
- name: OPENTELEMETRY_COLLECTOR_SENDING_QUEUE_SIZE
value: {{ $.Values.otelCollectorSendingQueueSize | quote }}
- name: DISABLE_TELEMETRY
value: "true"
- name: OPENTELEMETRY_EXPORTER_OTLP_ENDPOINT
value:
value: "false"
ports:
- containerPort: {{ $.Values.port.otelCollectorHttp }}
protocol: TCP
Expand Down

0 comments on commit e932eb1

Please sign in to comment.