Skip to content

Commit

Permalink
Enable compression by default
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Oct 18, 2023
1 parent da261f5 commit fa68f6e
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ This Splunk OpenTelemetry Collector for Kubernetes release adopts the [Splunk Op
- Fix for secret name which now respects the same overrides as other resources in the chart [#873](https://github.com/signalfx/splunk-otel-collector-chart/pull/873)
- Update the secret validation hook pod to use imagePullSecrets instead of possible non-existing serviceAccountName [#888](https://github.com/signalfx/splunk-otel-collector-chart/pull/888)

### Changed

- Set HEC exporter gzip compression enabled by default [#601](https://github.com/signalfx/splunk-otel-collector-chart/pull/601)

## [0.82.0] - 2023-08-02

This Splunk OpenTelemetry Collector for Kubernetes release adopts the [Splunk OpenTelemetry Collector v0.82.0](https://github.com/signalfx/splunk-otel-collector/releases/tag/v0.82.0).
Expand Down
4 changes: 2 additions & 2 deletions ci_scripts/sck_otel_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ splunkPlatform:
sourcetype:
# Maximum HTTP connections to use simultaneously when sending data. Defaults to 200.
maxConnections: 200
# Whether to disable gzip compression over HTTP. Defaults to true.
disableCompression: true
# Whether to disable gzip compression over HTTP. Defaults to false.
disableCompression: false
# HTTP timeout when sending data. Defaults to 10s.
timeout: 10s
# Whether to skip checking the certificate of the HEC endpoint when sending data over HTTPS. Defaults to true.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
relay: |
exporters:
splunk_hec/platform_logs:
disable_compression: true
disable_compression: false
endpoint: CHANGEME
idle_conn_timeout: 10s
index: CHANGEME
Expand All @@ -42,7 +42,7 @@ data:
insecure_skip_verify: false
token: ${SPLUNK_PLATFORM_HEC_TOKEN}
splunk_hec/platform_metrics:
disable_compression: true
disable_compression: false
endpoint: CHANGEME
idle_conn_timeout: 10s
index: CHANGEME
Expand All @@ -65,7 +65,7 @@ data:
insecure_skip_verify: false
token: ${SPLUNK_PLATFORM_HEC_TOKEN}
splunk_hec/platform_traces:
disable_compression: true
disable_compression: false
endpoint: CHANGEME
idle_conn_timeout: 10s
index: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
relay: |
exporters:
splunk_hec/platform_metrics:
disable_compression: true
disable_compression: false
endpoint: CHANGEME
idle_conn_timeout: 10s
index: CHANGEME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: e18f1ab9721bb3626da79c7ed2319302c755962ee61e6ad56f19c97e6974b269
checksum/config: f4c82d9d27dd31622e384cf5938ec3e7bca1e1b695347a86e1a9f9fd1e413f47
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: d40ed9bad68eb91904f17128a33d06d307803d707393aa2975b0dfa4749839b8
checksum/config: 8fcd123c2b8cd2dd0c41e6aad1cdb3ca01f4855482678b034386325182142109
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
relay: |
exporters:
splunk_hec/platform_logs:
disable_compression: true
disable_compression: false
endpoint: CHANGEME
idle_conn_timeout: 10s
index: CHANGEME
Expand All @@ -42,7 +42,7 @@ data:
insecure_skip_verify: false
token: ${SPLUNK_PLATFORM_HEC_TOKEN}
splunk_hec/platform_metrics:
disable_compression: true
disable_compression: false
endpoint: CHANGEME
idle_conn_timeout: 10s
index: CHANGEME
Expand All @@ -65,7 +65,7 @@ data:
insecure_skip_verify: false
token: ${SPLUNK_PLATFORM_HEC_TOKEN}
splunk_hec/platform_traces:
disable_compression: true
disable_compression: false
endpoint: CHANGEME
idle_conn_timeout: 10s
index: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
relay: |
exporters:
splunk_hec/platform_metrics:
disable_compression: true
disable_compression: false
endpoint: CHANGEME
idle_conn_timeout: 10s
index: CHANGEME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: 0152ea275395d83f8717a7129f647963e4182cdc13ac3758c3786a16059ab946
checksum/config: 90b7dcf38b20005d49c064dbd988106919dcfbb4e5088f037087289f2306be74
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: d40ed9bad68eb91904f17128a33d06d307803d707393aa2975b0dfa4749839b8
checksum/config: 8fcd123c2b8cd2dd0c41e6aad1cdb3ca01f4855482678b034386325182142109
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
relay: |
exporters:
splunk_hec/platform_metrics:
disable_compression: true
disable_compression: false
endpoint: CHANGEME
idle_conn_timeout: 10s
index: CHANGEME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
relay: |
exporters:
splunk_hec/platform_metrics:
disable_compression: true
disable_compression: false
endpoint: CHANGEME
idle_conn_timeout: 10s
index: CHANGEME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: 16994c03a950dbe6f8eabd71f6b5b8fe09a7cd0bd52d36d92f96809287041868
checksum/config: 63a527c6e229c46c5c33e4cf11bf64c14a8ff0280644bd1381a9fbb2b11ecc7e
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
component: otel-k8s-cluster-receiver
release: default
annotations:
checksum/config: d40ed9bad68eb91904f17128a33d06d307803d707393aa2975b0dfa4749839b8
checksum/config: 8fcd123c2b8cd2dd0c41e6aad1cdb3ca01f4855482678b034386325182142109
spec:
serviceAccountName: default-splunk-otel-collector
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
relay: |
exporters:
splunk_hec/platform_logs:
disable_compression: true
disable_compression: false
endpoint: http://localhost:8088/services/collector
idle_conn_timeout: 10s
index: main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
component: otel-collector-agent
release: default
annotations:
checksum/config: 454aee54bfdf9a862458bec560bcbd70e5fac491e589e9e2e7658d61db210e39
checksum/config: b7869bc843b3cab9dc4230da785116ba074aa63367fde37ecd18d1b3e9a5473d
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ splunkPlatform:
sourcetype: ""
# Maximum HTTP connections to use simultaneously when sending data.
maxConnections: 200
# Whether to disable gzip compression over HTTP. Defaults to true.
disableCompression: true
# Whether to disable gzip compression over HTTP. Defaults to false.
disableCompression: false
# HTTP timeout when sending data. Defaults to 10s.
timeout: 10s
# Idle connection timeout. defaults to 10s
Expand Down

0 comments on commit fa68f6e

Please sign in to comment.