@@ -8,6 +8,7 @@ sumologic/sumologic-mock-default:
8
8
client : {{ include "sumologic.sumo_client" . }}
9
9
metric_format : {{ include "metrics.otelcol.exporter.format" . }}
10
10
endpoint : {{ include "sumologic-mock.receiver-endpoint" . }}
11
+ compression : {{ .Values.metadata.compression }}
11
12
# # Sumo doesn't yet natively support OTLP Histograms
12
13
decompose_otlp_histograms : true
13
14
# # Configuration for sending queue
@@ -29,6 +30,7 @@ sumologic/sumologic-mock-http:
29
30
client : {{ include "sumologic.sumo_client" . }}
30
31
metric_format : prometheus
31
32
endpoint : {{ include "sumologic-mock.receiver-endpoint" . }}
33
+ compression : {{ .Values.metadata.compression }}
32
34
sending_queue :
33
35
enabled : true
34
36
{{- if .Values.metadata.persistence.enabled }}
@@ -47,6 +49,7 @@ sumologic/default:
47
49
client : {{ include "sumologic.sumo_client" . }}
48
50
metric_format : {{ include "metrics.otelcol.exporter.format" . }}
49
51
endpoint : {{ include "metrics.otelcol.exporter.endpoint" . }}
52
+ compression : {{ .Values.metadata.compression }}
50
53
# # Sumo doesn't yet natively support OTLP Histograms
51
54
decompose_otlp_histograms : true
52
55
# # Configuration for sending queue
@@ -68,6 +71,7 @@ sumologic/apiserver:
68
71
client : {{ include "sumologic.sumo_client" . }}
69
72
metric_format : prometheus
70
73
endpoint : ${SUMO_ENDPOINT_APISERVER_METRICS_SOURCE}
74
+ compression : {{ .Values.metadata.compression }}
71
75
sending_queue :
72
76
enabled : true
73
77
{{- if .Values.metadata.persistence.enabled }}
@@ -82,6 +86,7 @@ sumologic/control_plane:
82
86
client : {{ include "sumologic.sumo_client" . }}
83
87
metric_format : prometheus
84
88
endpoint : ${SUMO_ENDPOINT_CONTROL_PLANE_METRICS_SOURCE}
89
+ compression : {{ .Values.metadata.compression }}
85
90
sending_queue :
86
91
enabled : true
87
92
{{- if .Values.metadata.persistence.enabled }}
@@ -96,6 +101,7 @@ sumologic/controller:
96
101
client : {{ include "sumologic.sumo_client" . }}
97
102
metric_format : prometheus
98
103
endpoint : ${SUMO_ENDPOINT_CONTROLLER_METRICS_SOURCE}
104
+ compression : {{ .Values.metadata.compression }}
99
105
sending_queue :
100
106
enabled : true
101
107
{{- if .Values.metadata.persistence.enabled }}
@@ -110,6 +116,7 @@ sumologic/kubelet:
110
116
client : {{ include "sumologic.sumo_client" . }}
111
117
metric_format : prometheus
112
118
endpoint : ${SUMO_ENDPOINT_KUBELET_METRICS_SOURCE}
119
+ compression : {{ .Values.metadata.compression }}
113
120
sending_queue :
114
121
enabled : true
115
122
{{- if .Values.metadata.persistence.enabled }}
@@ -124,6 +131,7 @@ sumologic/node:
124
131
client : {{ include "sumologic.sumo_client" . }}
125
132
metric_format : prometheus
126
133
endpoint : ${SUMO_ENDPOINT_NODE_METRICS_SOURCE}
134
+ compression : {{ .Values.metadata.compression }}
127
135
sending_queue :
128
136
enabled : true
129
137
{{- if .Values.metadata.persistence.enabled }}
@@ -138,6 +146,7 @@ sumologic/scheduler:
138
146
client : {{ include "sumologic.sumo_client" . }}
139
147
metric_format : prometheus
140
148
endpoint : ${SUMO_ENDPOINT_SCHEDULER_METRICS_SOURCE}
149
+ compression : {{ .Values.metadata.compression }}
141
150
sending_queue :
142
151
enabled : true
143
152
{{- if .Values.metadata.persistence.enabled }}
@@ -152,6 +161,7 @@ sumologic/state:
152
161
client : {{ include "sumologic.sumo_client" . }}
153
162
metric_format : prometheus
154
163
endpoint : ${SUMO_ENDPOINT_STATE_METRICS_SOURCE}
164
+ compression : {{ .Values.metadata.compression }}
155
165
sending_queue :
156
166
enabled : true
157
167
{{- if .Values.metadata.persistence.enabled }}
0 commit comments