Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SAPM receiver #168

Merged
merged 2 commits into from
Jul 3, 2021
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

- BREAKING: Remove SAPM receiver from default config (#168)

## [0.28.1] - 2021-06-18

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ otlp:
endpoint: 0.0.0.0:55681

{{- if .Values.tracesEnabled }}
sapm:
endpoint: 0.0.0.0:7276
jaeger:
protocols:
thrift_http:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ service:
{{- if .Values.tracesEnabled }}
# default traces pipeline
traces:
receivers: [otlp, jaeger, zipkin, sapm]
receivers: [otlp, jaeger, zipkin]
processors:
- memory_limiter
- batch
Expand Down
4 changes: 0 additions & 4 deletions helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,6 @@ otelCollector:
containerPort: 9411
protocol: TCP
enabled_for: [traces]
sapm:
containerPort: 7276
protocol: TCP
enabled_for: [traces]
signalfx:
containerPort: 9943
protocol: TCP
Expand Down
2 changes: 0 additions & 2 deletions rendered/manifests/agent-only/configmap-otel-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ data:
receivers: null
watch_observers:
- k8s_observer
sapm:
endpoint: 0.0.0.0:7276
signalfx:
endpoint: 0.0.0.0:9943
smartagent/signalfx-forwarder:
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/agent-only/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: 7f0040fa217f3a2bec3ec9550abfd54f12978286dc3fd2aa62e9eed6e8afd87e
checksum/config: 56f38e3159a073143bf6ba9c93602ce9716b0c58a17f157a325770221cdb4b4d
spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ data:
static_configs:
- targets:
- ${K8S_POD_IP}:8888
sapm:
endpoint: 0.0.0.0:7276
signalfx:
access_token_passthrough: true
endpoint: 0.0.0.0:9943
Expand Down Expand Up @@ -119,4 +117,3 @@ data:
- otlp
- jaeger
- zipkin
- sapm
5 changes: 1 addition & 4 deletions rendered/manifests/gateway-only/deployment-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
component: otel-collector
release: default
annotations:
checksum/config: cca2d7d060704d5d299a98e7576b24eef7a2d42be4e90fd8245e65158c150d82
checksum/config: 734c3b038fdc99927b69659708c156d506652fc2b450bfb93378ef20555c2f18
spec:
serviceAccountName: default-splunk-otel-collector
containers:
Expand Down Expand Up @@ -65,9 +65,6 @@ spec:
- name: otlp
containerPort: 4317
protocol: TCP
- name: sapm
containerPort: 7276
protocol: TCP
- name: signalfx
containerPort: 9943
protocol: TCP
Expand Down
4 changes: 0 additions & 4 deletions rendered/manifests/gateway-only/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ spec:
port: 4317
targetPort: otlp
protocol: TCP
- name: sapm
port: 7276
targetPort: sapm
protocol: TCP
- name: signalfx
port: 9943
targetPort: signalfx
Expand Down
2 changes: 0 additions & 2 deletions rendered/manifests/traces-only/configmap-otel-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ data:
static_configs:
- targets:
- ${K8S_POD_IP}:8888
sapm:
endpoint: 0.0.0.0:7276
smartagent/signalfx-forwarder:
listenAddress: 0.0.0.0:9080
type: signalfx-forwarder
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/traces-only/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: d283f5402c37424e6cf4e8ea9f86b43d393541e8905fd547292a1f6ea00a2fbc
checksum/config: 119df5d65873e60ea936fde1c9a83e4fc7eb7126f4922cc1e04b2d0900fa2318
spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
Expand Down