You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monitoring/config-map-reference-for-the-cluster-monitoring-operator.adoc
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,8 @@ The `ClusterMonitoringConfiguration` resource defines settings that customize th
144
144
145
145
|kubeStateMetrics|*link:#kubestatemetricsconfig[KubeStateMetricsConfig]|`KubeStateMetricsConfig` defines settings for the `kube-state-metrics` agent.
146
146
147
+
|metricsServer|*link:#metricsserverconfig[MetricsServerConfig]|`MetricsServer` defines settings for the Metrics Server component.
148
+
147
149
|prometheusK8s|*link:#prometheusk8sconfig[PrometheusK8sConfig]|`PrometheusK8sConfig` defines settings for the Prometheus component.
148
150
149
151
|prometheusOperator|*link:#prometheusoperatorconfig[PrometheusOperatorConfig]|`PrometheusOperatorConfig` defines settings for the Prometheus Operator component.
@@ -166,6 +168,12 @@ The `ClusterMonitoringConfiguration` resource defines settings that customize th
166
168
167
169
=== Description
168
170
171
+
[IMPORTANT]
172
+
====
173
+
This setting is deprecated and is planned to be removed in a future {product-title} version.
174
+
In the current version, this setting still exists but has no effect.
175
+
====
176
+
169
177
You can use the `DedicatedServiceMonitors` resource to configure dedicated Service Monitors for the Prometheus Adapter
The `MetricsServerConfig` resource defines settings for the Metrics Server component. Note that this setting only applies when the `TechPreviewNoUpgrade` feature gate is enabled.
|remoteTimeout|string|Defines the timeout value for requests to the remote write endpoint.
623
655
656
+
|sendExemplars|*bool|Enables sending exemplars via remote write. When enabled, this setting configures Prometheus to store a maximum of 100,000 exemplars in memory.
657
+
This setting only applies to user-defined monitoring and is not applicable to core platform monitoring.
658
+
624
659
|sigv4|*monv1.Sigv4|Defines AWS Signature Version 4 authentication settings.
625
660
626
661
|tlsConfig|*monv1.SafeTLSConfig|Defines TLS authentication settings for the remote write endpoint.
0 commit comments