Skip to content

Commit 400f11c

Browse files
crobert-1Copilot
andauthored
[chore] Add changelog note addressing breaking change (#2131)
* [chore] Add changelog note addressing breaking change * add specific config needed for signalfx receiver * add note about reserving original port * Update CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e627af6 commit 400f11c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,21 @@ This Splunk OpenTelemetry Collector for Kubernetes release adopts the [Splunk Op
1212

1313
- `agent`: Remove `signalfx` receiver from the default agent configuration ([#2120](https://github.com/signalfx/splunk-otel-collector-chart/pull/2120))
1414
This change affects the metrics pipeline only. Data should be sent to the agent in the OTLP format instead of SignalFx.
15-
15+
If the `signalfx` receiver is still needed, the following section can be added to your `values.yaml` file:
16+
```
17+
agent:
18+
config:
19+
receivers:
20+
signalfx:
21+
endpoint: 0.0.0.0:9943
22+
ports:
23+
signalfx:
24+
containerPort: 9943
25+
hostPort: 9943
26+
protocol: TCP
27+
enabled_for: [metrics]
28+
```
29+
Please note that the `signalfx` receiver will eventually be deprecated and removed.
1630

1731
### 💡 Enhancements 💡
1832

0 commit comments

Comments
 (0)