Skip to content

Commit

Permalink
set profilingEnabled to default false (#388)
Browse files Browse the repository at this point in the history
* set profilingEnabled to default false

* Update CHANGELOG.md

* make render
  • Loading branch information
emaderer authored Feb 24, 2022
1 parent 0d29b9d commit 994f736
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 82 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed

- [BREAKING CHANGE] Set `profilingEnabled` to default false (#388)

## [0.43.3] - 2022-02-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ splunkObservability:
# There is no active collection of profiling data.
# Instrumentation libraries must be configured to send it to the collector.
# If you don't use AlwaysOn Profiling for Splunk APM, you can disable it.
profilingEnabled: true
profilingEnabled: false

################################################################################
# Logs collection engine:
Expand Down
16 changes: 0 additions & 16 deletions rendered/manifests/agent-only/configmap-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ data:
correlation: null
ingest_url: https://ingest.CHANGEME.signalfx.com
sync_host_metadata: true
splunk_hec/o11y:
endpoint: https://ingest.CHANGEME.signalfx.com/v1/log
token: ${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}
extensions:
health_check: null
k8s_observer:
Expand Down Expand Up @@ -233,19 +230,6 @@ data:
- memory_ballast
- zpages
pipelines:
logs:
exporters:
- splunk_hec/o11y
processors:
- memory_limiter
- k8sattributes
- batch
- filter/logs
- resource/logs
- resourcedetection
- resource
receivers:
- otlp
metrics:
exporters:
- signalfx
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 @@ -27,7 +27,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: f9103e7924f0b80f4ccc2f3fee79732f3d414bc12e8e1fefede50b8327173e65
checksum/config: 9c4d63bb0932c0b10b1acd6095f17bd6931333d615af9ffe79a33c2831d3f059
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
14 changes: 0 additions & 14 deletions rendered/manifests/eks-fargate/configmap-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ data:
access_token: ${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}
api_url: https://api.CHANGEME.signalfx.com
ingest_url: https://ingest.CHANGEME.signalfx.com
splunk_hec/o11y:
endpoint: https://ingest.CHANGEME.signalfx.com/v1/log
token: ${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}
extensions:
health_check: null
http_forwarder:
Expand Down Expand Up @@ -150,17 +147,6 @@ data:
- zpages
- http_forwarder
pipelines:
logs:
exporters:
- splunk_hec/o11y
processors:
- memory_limiter
- k8sattributes
- batch
- filter/logs
- resource/logs
receivers:
- otlp
logs/signalfx-events:
exporters:
- signalfx
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/eks-fargate/deployment-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
component: otel-collector
release: default
annotations:
checksum/config: cfc04dde71dbb4d35f357e6788ce5751ca96025636552a98dc94411ab14727f7
checksum/config: 93b279f78edffda76b24c1baa7f30d2ead7b3d97a927cfb0a6c57123106f5426
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
14 changes: 0 additions & 14 deletions rendered/manifests/gateway-only/configmap-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ data:
access_token: ${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}
api_url: https://api.CHANGEME.signalfx.com
ingest_url: https://ingest.CHANGEME.signalfx.com
splunk_hec/o11y:
endpoint: https://ingest.CHANGEME.signalfx.com/v1/log
token: ${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}
extensions:
health_check: null
http_forwarder:
Expand Down Expand Up @@ -148,17 +145,6 @@ data:
- zpages
- http_forwarder
pipelines:
logs:
exporters:
- splunk_hec/o11y
processors:
- memory_limiter
- k8sattributes
- batch
- filter/logs
- resource/logs
receivers:
- otlp
logs/signalfx-events:
exporters:
- signalfx
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/gateway-only/deployment-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
component: otel-collector
release: default
annotations:
checksum/config: bff594ff742861fb8867ee95261f30bd744bd16faa6b1a37dd428f43a96eb7d3
checksum/config: eb018efb705a632ce951872aa2f798d8aa25bfd9c99e4380178b35466fa2397d
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
16 changes: 0 additions & 16 deletions rendered/manifests/metrics-only/configmap-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ data:
correlation: null
ingest_url: https://ingest.CHANGEME.signalfx.com
sync_host_metadata: true
splunk_hec/o11y:
endpoint: https://ingest.CHANGEME.signalfx.com/v1/log
token: ${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}
extensions:
health_check: null
k8s_observer:
Expand Down Expand Up @@ -219,19 +216,6 @@ data:
- memory_ballast
- zpages
pipelines:
logs:
exporters:
- splunk_hec/o11y
processors:
- memory_limiter
- k8sattributes
- batch
- filter/logs
- resource/logs
- resourcedetection
- resource
receivers:
- otlp
metrics:
exporters:
- signalfx
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/metrics-only/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: 9df08643b7161e4ef163b43284622caa3b3ac04c43674d846f6826c60464aad6
checksum/config: f4fcd9fd8c48ac1ed30a4adce30ab6bc04496ae147ac9c674c471c6e20598146
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
16 changes: 0 additions & 16 deletions rendered/manifests/traces-only/configmap-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ data:
correlation: null
ingest_url: https://ingest.CHANGEME.signalfx.com
sync_host_metadata: true
splunk_hec/o11y:
endpoint: https://ingest.CHANGEME.signalfx.com/v1/log
token: ${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}
extensions:
health_check: null
k8s_observer:
Expand Down Expand Up @@ -166,19 +163,6 @@ data:
- memory_ballast
- zpages
pipelines:
logs:
exporters:
- splunk_hec/o11y
processors:
- memory_limiter
- k8sattributes
- batch
- filter/logs
- resource/logs
- resourcedetection
- resource
receivers:
- otlp
metrics/agent:
exporters:
- signalfx
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 @@ -27,7 +27,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: c7717dd7d62ce89c7235c82166884195d6f4e8e5ad18ba215580d9c46bfafe06
checksum/config: de056beb4a49ea00e4ba0774cea762e7a2a10984a61d179e78a5a086eeb5cdfd
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down

0 comments on commit 994f736

Please sign in to comment.