prometheus operator v0.71.2
Probe.spec.targets.staticConfig.relabelingConfigs.sourceLabels.spec.targets
Targets defines a set of static or dynamically discovered targets to probe.
| Field / Type | Description |
|---|---|
ingress defines the Ingress objects to probe and the relabeling configuration. If `staticConfig` is also defined, `staticConfig` takes precedence. | |
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. |