Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .chloggen/fix-metrics-in-eks-fargate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
component: clusterReceiver
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Bring back the default translations for kubelet metrics in EKS Fargate
# One or more tracking issues related to the change
issues: [1174]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ data:
signalfx:
access_token: ${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}
api_url: https://api.CHANGEME.signalfx.com
disable_default_translation_rules: true
ingest_url: https://ingest.CHANGEME.signalfx.com
timeout: 10s
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: d3643e9b340c14bccb45710fb7b6e67b5567254fa1c328d5af935ac13c8388bc
checksum/config: 32aa4177abaaf5dc6ff30813a4511cbfd7974b2a99c85da9a798175df36e8a18
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ exporters:
api_url: {{ include "splunk-otel-collector.o11yApiUrl" . }}
access_token: ${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}
timeout: 10s
{{- if not (eq (include "splunk-otel-collector.distribution" .) "eks/fargate") }}
disable_default_translation_rules: true
{{- end}}
{{- end }}

{{- if and (eq (include "splunk-otel-collector.o11yLogsEnabled" .) "true") (eq (include "splunk-otel-collector.objectsOrEventsEnabled" .) "true") }}
Expand Down