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 Dec 3, 2024
1 parent ec4ca58 commit 73de7f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,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 @@ -96,6 +96,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

0 comments on commit 73de7f7

Please sign in to comment.