Skip to content

Commit 0d3fc64

Browse files
authored
Merge pull request #100260 from eromanova97/OBSDOCS-2031
OBSDOCS-2031 - Update monitoring config map API reference content for OCP 4.20 release
2 parents 737c4a2 + 84989b4 commit 0d3fc64

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

observability/monitoring/config-map-reference-for-the-cluster-monitoring-operator.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ Appears in: link:#clustermonitoringconfiguration[ClusterMonitoringConfiguration]
208208

209209
|tolerations|[]v1.Toleration|Defines tolerations for the pods.
210210

211+
| verbosity | uint8 | Defines the verbosity of log messages for Metrics Server. Valid values are positive integers, values over 10 are usually unnecessary. The default value is `0`.
212+
211213
|resources|*v1.ResourceRequirements|Defines resource requests and limits for the Metrics Server container.
212214

213215
|topologySpreadConstraints|[]v1.TopologySpreadConstraint|Defines a pod's topology spread constraints.
@@ -462,7 +464,7 @@ Appears in: link:#clustermonitoringconfiguration[ClusterMonitoringConfiguration]
462464

463465
|enforcedBodySizeLimit|string|Enforces a body size limit for Prometheus scraped metrics. If a scraped target's body response is larger than the limit, the scrape will fail. The following values are valid: an empty value to specify no limit, a numeric value in Prometheus size format (such as `64MB`), or the string `automatic`, which indicates that the limit will be automatically calculated based on cluster capacity. The default value is empty, which indicates no limit.
464466

465-
|externalLabels|map[string]string|Defines labels to be added to any time series or alerts when communicating with external systems such as federation, remote storage, and Alertmanager. By default, no labels are added.
467+
|externalLabels|ExternalLabels|Defines labels to be added to any time series or alerts when communicating with external systems such as federation, remote storage, and Alertmanager. The type is map[string]string. By default, no labels are added.
466468

467469
|logLevel|string|Defines the log level setting for Prometheus. The possible values are: `error`, `warn`, `info`, and `debug`. The default value is `info`.
468470

@@ -557,7 +559,7 @@ Appears in: link:#userworkloadconfiguration[UserWorkloadConfiguration]
557559

558560
|enforcedTargetLimit|*uint64|Specifies a global limit on the number of scraped targets. This setting overrides the `TargetLimit` value set in any user-defined `ServiceMonitor` or `PodMonitor` object if the value is greater than `enforcedSampleLimit`. Administrators can use this setting to keep the overall number of targets under control. The default value is `0`.
559561

560-
|externalLabels|map[string]string|Defines labels to be added to any time series or alerts when communicating with external systems such as federation, remote storage, and Alertmanager. By default, no labels are added.
562+
|externalLabels|ExternalLabels|Defines labels to be added to any time series or alerts when communicating with external systems such as federation, remote storage, and Alertmanager. The type is map[string]string. By default, no labels are added.
561563

562564
|logLevel|string|Defines the log level setting for Prometheus. The possible values are `error`, `warn`, `info`, and `debug`. The default setting is `info`.
563565

0 commit comments

Comments
 (0)