Skip to content

Commit

Permalink
build: Disable exemplars
Browse files Browse the repository at this point in the history
  • Loading branch information
jachym-tousek-keboola committed Nov 11, 2024
1 parent c64d281 commit 2db0366
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provisioning/stream/kubernetes/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.labels['tags.datadoghq.com/version']
- name: OTEL_METRICS_EXEMPLAR_FILTER
value: "always_off"
startupProbe:
httpGet:
path: /health-check
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.labels['tags.datadoghq.com/version']
- name: OTEL_METRICS_EXEMPLAR_FILTER
value: "always_off"
startupProbe:
httpGet:
path: /health-check
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.labels['tags.datadoghq.com/version']
- name: OTEL_METRICS_EXEMPLAR_FILTER
value: "always_off"
volumes:
- name: config
configMap:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.labels['tags.datadoghq.com/version']
- name: OTEL_METRICS_EXEMPLAR_FILTER
value: "always_off"
- name: stream-storage-reader
image: $STREAM_IMAGE_REPOSITORY:$STREAM_IMAGE_TAG
command: [ "/app/service" ]
Expand Down Expand Up @@ -168,6 +170,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.labels['tags.datadoghq.com/version']
- name: OTEL_METRICS_EXEMPLAR_FILTER
value: "always_off"
volumes:
- name: config
configMap:
Expand Down

0 comments on commit 2db0366

Please sign in to comment.