Skip to content

Commit 967456e

Browse files
Regenerating golden files
1 parent 661245d commit 967456e

21 files changed

+51
-1
lines changed
File renamed without changes.

deploy/helm/sumologic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ metadata:
15551555
size: 10Gi
15561556
## Add custom labels to all otelcol statefulset PVC (logs and metrics)
15571557
pvcLabels: {}
1558-
1558+
15591559
## Compression for logs, metrics and events:
15601560
compression: zstd
15611561

tests/helm/testdata/goldenfile/events_otc/basic.output.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ data:
1515
exporters:
1616
sumologic:
1717
client: k8s_%CURRENT_CHART_VERSION%
18+
compression: zstd
1819
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_EVENTS_SOURCE}
1920
log_format: otlp
2021
sending_queue:

tests/helm/testdata/goldenfile/events_otc/options.output.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ data:
1515
exporters:
1616
sumologic:
1717
client: k8s_%CURRENT_CHART_VERSION%
18+
compression: zstd
1819
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_EVENTS_SOURCE}
1920
log_format: otlp
2021
sending_queue:

tests/helm/testdata/goldenfile/events_otc/sumologic-mock.output.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ data:
1717
verbosity: detailed
1818
sumologic:
1919
client: k8s_%CURRENT_CHART_VERSION%
20+
compression: zstd
2021
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_EVENTS_SOURCE}
2122
log_format: otlp
2223
sending_queue:
2324
enabled: true
2425
storage: file_storage
2526
sumologic/sumologic-mock:
2627
client: k8s_%CURRENT_CHART_VERSION%
28+
compression: zstd
2729
endpoint: http://RELEASE-NAME-sumologic-mock.sumologic.svc.cluster.local.:3000/receiver
2830
log_format: otlp
2931
sending_queue:

tests/helm/testdata/goldenfile/logs_otc/basic.output.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ data:
1414
config.yaml: |
1515
exporters:
1616
otlphttp:
17+
compression: zstd
1718
disable_keep_alives: true
1819
endpoint: http://${LOGS_METADATA_SVC}.${NAMESPACE}.svc.cluster.local.:4318
1920
sending_queue:

tests/helm/testdata/goldenfile/logs_otc/debug.output.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ data:
1616
debug:
1717
verbosity: detailed
1818
otlphttp:
19+
compression: zstd
1920
disable_keep_alives: true
2021
endpoint: http://${LOGS_METADATA_SVC}.${NAMESPACE}.svc.cluster.local.:4318
2122
sending_queue:

tests/helm/testdata/goldenfile/logs_otc/options.output.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ data:
1414
config.yaml: |
1515
exporters:
1616
otlphttp:
17+
compression: zstd
1718
disable_keep_alives: true
1819
endpoint: http://${LOGS_METADATA_SVC}.${NAMESPACE}.svc.cluster.local.:4318
1920
sending_queue:

tests/helm/testdata/goldenfile/logs_otc_daemonset/multiple_multiline.output.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ data:
1414
config.yaml: |
1515
exporters:
1616
otlphttp:
17+
compression: zstd
1718
disable_keep_alives: true
1819
endpoint: http://${LOGS_METADATA_SVC}.${NAMESPACE}.svc.cluster.local.:4318
1920
sending_queue:

tests/helm/testdata/goldenfile/metadata_logs_otc/debug.output.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ data:
1717
verbosity: detailed
1818
sumologic:
1919
client: k8s_%CURRENT_CHART_VERSION%
20+
compression: zstd
2021
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_LOGS_SOURCE}
2122
log_format: otlp
2223
sending_queue:

0 commit comments

Comments
 (0)