Skip to content

Commit

Permalink
Revert "chore: use zstd compression for internal otlp data"
Browse files Browse the repository at this point in the history
This reverts commit c185803.

(cherry picked from commit 1461346)
  • Loading branch information
swiatekm committed Aug 10, 2023
1 parent e377ae7 commit 17aab6f
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions .changelog/3197.fixed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: disable zstd compression internally
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
exporters:
otlphttp:
endpoint: http://${LOGS_METADATA_SVC}.${NAMESPACE}.svc.cluster.local.:4318
compression: zstd
sending_queue:
queue_size: 10

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
exporters:
otlphttp:
endpoint: http://${LOGS_METADATA_SVC}.${NAMESPACE}.svc.cluster.local.:4318
compression: zstd
sending_queue:
queue_size: 10

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
exporters:
otlphttp:
endpoint: http://${METADATA_METRICS_SVC}.${NAMESPACE}.svc.cluster.local.:4318
compression: zstd
sending_queue:
queue_size: 10000
num_consumers: 10
Expand Down
1 change: 0 additions & 1 deletion deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3610,7 +3610,6 @@ otelcolInstrumentation:
queue_size: 5000
otlphttp/traces:
endpoint: 'http://{{ include "otelcolinstrumentation.exporter.endpoint" . }}:4318'
compression: zstd
service:
extensions: [health_check, memory_ballast, pprof]
pipelines:
Expand Down
1 change: 0 additions & 1 deletion docs/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ otellogs:
exporters:
otlphttp/extrafiles:
endpoint: http://${LOGS_METADATA_SVC}.${NAMESPACE}.svc.cluster.local.:4319
compression: zstd
service:
pipelines:
logs/extrafiles:
Expand Down
1 change: 0 additions & 1 deletion tests/helm/testdata/goldenfile/logs_otc/basic.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
config.yaml: |
exporters:
otlphttp:
compression: zstd
endpoint: http://${LOGS_METADATA_SVC}.${NAMESPACE}.svc.cluster.local.:4318
sending_queue:
queue_size: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
config.yaml: |
exporters:
otlphttp:
compression: zstd
endpoint: http://${LOGS_METADATA_SVC}.${NAMESPACE}.svc.cluster.local.:4318
sending_queue:
queue_size: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
config.yaml: |
exporters:
otlphttp:
compression: zstd
endpoint: http://${LOGS_METADATA_SVC}.${NAMESPACE}.svc.cluster.local.:4318
sending_queue:
queue_size: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ spec:
exporters:
otlphttp:
endpoint: http://${METADATA_METRICS_SVC}.${NAMESPACE}.svc.cluster.local.:4318
compression: zstd
sending_queue:
queue_size: 10000
num_consumers: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ spec:
exporters:
otlphttp:
endpoint: http://${METADATA_METRICS_SVC}.${NAMESPACE}.svc.cluster.local.:4318
compression: zstd
sending_queue:
queue_size: 10000
num_consumers: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
otelcol.instrumentation.conf.yaml: |
exporters:
otlphttp/traces:
compression: zstd
endpoint: http://RELEASE-NAME-sumologic-traces-sampler.sumologic:4318
sumologic/metrics:
compress_encoding: gzip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
otelcol.instrumentation.conf.yaml: |
exporters:
otlphttp/traces:
compression: zstd
endpoint: http://RELEASE-NAME-sumologic-traces-gateway.sumologic:4318
sumologic/metrics:
compress_encoding: gzip
Expand Down

0 comments on commit 17aab6f

Please sign in to comment.