[bot] [main] Automated version update (#2443)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.14.0
|
||||
controller-gen.kubebuilder.io/version: v0.15.0
|
||||
operator.prometheus.io/version: 0.74.0
|
||||
name: prometheuses.monitoring.coreos.com
|
||||
spec:
|
||||
@@ -5177,10 +5177,11 @@ spec:
|
||||
type: object
|
||||
overrideHonorLabels:
|
||||
description: |-
|
||||
When true, Prometheus resolves label conflicts by renaming the labels in
|
||||
the scraped data to "exported_<label value>" for all targets created
|
||||
from service and pod monitors.
|
||||
Otherwise the HonorLabels field of the service or pod monitor applies.
|
||||
When true, Prometheus resolves label conflicts by renaming the labels in the scraped data
|
||||
to “exported_” for all targets created from ServiceMonitor, PodMonitor and
|
||||
ScrapeConfig objects. Otherwise the HonorLabels field of the service or pod monitor applies.
|
||||
In practice,`overrideHonorLaels:true` enforces `honorLabels:false`
|
||||
for all ServiceMonitor, PodMonitor and ScrapeConfig objects.
|
||||
type: boolean
|
||||
overrideHonorTimestamps:
|
||||
description: |-
|
||||
|
||||
Reference in New Issue
Block a user