prometheus operator v0.93.1

Probe.spec.targets.staticConfig.relabelingConfigs[].sourceLabels.spec.targets

targets defines a set of static or dynamically discovered targets to probe.

2 fields
Probe.spec.targets.staticConfig.relabelingConfigs[].sourceLabels.spec.targets fields and descriptions
Field / TypeDescription
object

ingress defines the Ingress objects to probe and the relabeling configuration. If `staticConfig` is also defined, `staticConfig` takes precedence.

object

staticConfig defines the static list of targets to probe and the relabeling configuration. If `ingress` is also defined, `staticConfig` takes precedence. More info: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#static_config.