Skip to content

Commit

Permalink
SWAT-8663 gateway - add signalfx exporter to traces pipeline to enabl…
Browse files Browse the repository at this point in the history
…e correlation (#1607)

Signed-off-by: Dani Louca <[email protected]>
  • Loading branch information
dloucasfx authored Jan 10, 2025
1 parent 52d9d08 commit b12eb4f
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .chloggen/gw-apm-correlation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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: gateway
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: add signalfx exporter to the gateway traces pipeline to enable APM correlation
# One or more tracking issues related to the change
issues: [1607]
# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ data:
traces:
exporters:
- otlphttp
- signalfx
processors:
- memory_limiter
- k8sattributes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-collector
release: default
annotations:
checksum/config: 9a18e1abec41b07245232e29f2462870e5bda91ddb7df7775e434c1d393f5c7f
checksum/config: a4f6cdac19856ea507be247f9656711d130956dc6e895c1a8c16512745ff68b5
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ data:
traces:
exporters:
- otlphttp
- signalfx
processors:
- memory_limiter
- k8sattributes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-collector
release: default
annotations:
checksum/config: 9a18e1abec41b07245232e29f2462870e5bda91ddb7df7775e434c1d393f5c7f
checksum/config: a4f6cdac19856ea507be247f9656711d130956dc6e895c1a8c16512745ff68b5
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ data:
traces:
exporters:
- otlphttp
- signalfx
processors:
- memory_limiter
- k8sattributes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-collector
release: default
annotations:
checksum/config: e3a492daf843c7412ff52604bb5ad1197601fe57b94f27527f030b9671000ecd
checksum/config: 40e24931c5e5d4fc49d32dc1e9bc073fcedd41116956babf3fdc8b4f0846881a
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ service:
exporters:
{{- if (eq (include "splunk-otel-collector.o11yTracesEnabled" .) "true") }}
- otlphttp
- signalfx
{{- end }}
{{- if (eq (include "splunk-otel-collector.platformTracesEnabled" .) "true") }}
- splunk_hec/platform_traces
Expand Down

0 comments on commit b12eb4f

Please sign in to comment.