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

Revert "chore: use zstd compression for internal otlp data" #3197

Merged
merged 1 commit into from
Aug 10, 2023
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
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
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
Loading