@@ -8,6 +8,7 @@ sumologic/sumologic-mock-default:
88 client : {{ include "sumologic.sumo_client" . }}
99 metric_format : {{ include "metrics.otelcol.exporter.format" . }}
1010 endpoint : {{ include "sumologic-mock.receiver-endpoint" . }}
11+ compression : {{ .Values.metadata.compression }}
1112 # # Sumo doesn't yet natively support OTLP Histograms
1213 decompose_otlp_histograms : true
1314 # # Configuration for sending queue
@@ -29,6 +30,7 @@ sumologic/sumologic-mock-http:
2930 client : {{ include "sumologic.sumo_client" . }}
3031 metric_format : prometheus
3132 endpoint : {{ include "sumologic-mock.receiver-endpoint" . }}
33+ compression : {{ .Values.metadata.compression }}
3234 sending_queue :
3335 enabled : true
3436{{- if .Values.metadata.persistence.enabled }}
@@ -47,6 +49,7 @@ sumologic/default:
4749 client : {{ include "sumologic.sumo_client" . }}
4850 metric_format : {{ include "metrics.otelcol.exporter.format" . }}
4951 endpoint : {{ include "metrics.otelcol.exporter.endpoint" . }}
52+ compression : {{ .Values.metadata.compression }}
5053 # # Sumo doesn't yet natively support OTLP Histograms
5154 decompose_otlp_histograms : true
5255 # # Configuration for sending queue
@@ -68,6 +71,7 @@ sumologic/apiserver:
6871 client : {{ include "sumologic.sumo_client" . }}
6972 metric_format : prometheus
7073 endpoint : ${SUMO_ENDPOINT_APISERVER_METRICS_SOURCE}
74+ compression : {{ .Values.metadata.compression }}
7175 sending_queue :
7276 enabled : true
7377{{- if .Values.metadata.persistence.enabled }}
@@ -82,6 +86,7 @@ sumologic/control_plane:
8286 client : {{ include "sumologic.sumo_client" . }}
8387 metric_format : prometheus
8488 endpoint : ${SUMO_ENDPOINT_CONTROL_PLANE_METRICS_SOURCE}
89+ compression : {{ .Values.metadata.compression }}
8590 sending_queue :
8691 enabled : true
8792{{- if .Values.metadata.persistence.enabled }}
@@ -96,6 +101,7 @@ sumologic/controller:
96101 client : {{ include "sumologic.sumo_client" . }}
97102 metric_format : prometheus
98103 endpoint : ${SUMO_ENDPOINT_CONTROLLER_METRICS_SOURCE}
104+ compression : {{ .Values.metadata.compression }}
99105 sending_queue :
100106 enabled : true
101107{{- if .Values.metadata.persistence.enabled }}
@@ -110,6 +116,7 @@ sumologic/kubelet:
110116 client : {{ include "sumologic.sumo_client" . }}
111117 metric_format : prometheus
112118 endpoint : ${SUMO_ENDPOINT_KUBELET_METRICS_SOURCE}
119+ compression : {{ .Values.metadata.compression }}
113120 sending_queue :
114121 enabled : true
115122{{- if .Values.metadata.persistence.enabled }}
@@ -124,6 +131,7 @@ sumologic/node:
124131 client : {{ include "sumologic.sumo_client" . }}
125132 metric_format : prometheus
126133 endpoint : ${SUMO_ENDPOINT_NODE_METRICS_SOURCE}
134+ compression : {{ .Values.metadata.compression }}
127135 sending_queue :
128136 enabled : true
129137{{- if .Values.metadata.persistence.enabled }}
@@ -138,6 +146,7 @@ sumologic/scheduler:
138146 client : {{ include "sumologic.sumo_client" . }}
139147 metric_format : prometheus
140148 endpoint : ${SUMO_ENDPOINT_SCHEDULER_METRICS_SOURCE}
149+ compression : {{ .Values.metadata.compression }}
141150 sending_queue :
142151 enabled : true
143152{{- if .Values.metadata.persistence.enabled }}
@@ -152,6 +161,7 @@ sumologic/state:
152161 client : {{ include "sumologic.sumo_client" . }}
153162 metric_format : prometheus
154163 endpoint : ${SUMO_ENDPOINT_STATE_METRICS_SOURCE}
164+ compression : {{ .Values.metadata.compression }}
155165 sending_queue :
156166 enabled : true
157167{{- if .Values.metadata.persistence.enabled }}
0 commit comments