Skip to content

Commit cee762c

Browse files
Remove cluster k8sClusterReceiverAttributesProcessor processor from signalFx specific pipeline (#1746)
* remove cluster k8sClusterReceiverAttributesProcessor processor from signalFx specific pipeline * Update .chloggen/removing-k8sClusterReceiverAttributesProcessor-from-signalfx-pipeline.yaml Co-authored-by: Jina Jain <[email protected]> --------- Co-authored-by: Jina Jain <[email protected]>
1 parent ea63d21 commit cee762c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: bug_fix
3+
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
4+
component: clusterReceiver
5+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
6+
note: Removes k8sattributes processor from Splunk Observability events pipeline which is enabled by the chart config `infrastructureMonitoringEventsEnabled`.
7+
# One or more tracking issues related to the change
8+
issues: [1746]
9+
# (Optional) One or more lines of additional information to render under the primary note.
10+
# These lines will be padded with 2 spaces and then inserted directly into the document.
11+
# Use pipe (|) for multiline entries.
12+
subtext:

helm-charts/splunk-otel-collector/templates/config/_otel-k8s-cluster-receiver-config.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ processors:
144144
{{- if or
145145
(and $clusterReceiver.eventsEnabled (eq (include "splunk-otel-collector.logsEnabled" .) "true"))
146146
(and (eq (include "splunk-otel-collector.objectsEnabled" .) "true") (eq (include "splunk-otel-collector.logsEnabled" .) "true"))
147-
(eq (include "splunk-otel-collector.o11yInfraMonEventsEnabled" .) "true")
148147
}}
149148
{{- include "splunk-otel-collector.k8sClusterReceiverAttributesProcessor" . | nindent 2 }}
150149
{{- end }}
@@ -395,7 +394,6 @@ service:
395394
{{- if .Values.clusterName }}
396395
- resource/add_event_k8s
397396
{{- end }}
398-
- k8sattributes/clusterReceiver
399397
exporters:
400398
- signalfx
401399
{{- end }}

0 commit comments

Comments
 (0)