prometheus operator v0.93.1
Probe.spec.targets.staticConfig.relabelingConfigs[].sourceLabels.spec.targets.ingress
ingress defines the Ingress objects to probe and the relabeling configuration. If `staticConfig` is also defined, `staticConfig` takes precedence.
| Field / Type | Description |
|---|---|
namespaceSelector defines from which namespaces to select Ingress objects. | |
relabelingConfigs to apply to the label set of the target before it gets scraped. The original ingress address is available via the `__tmp_prometheus_ingress_address` label. It can be used to customize the probed URL. The original scrape job's name is available via the `__tmp_prometheus_job_name` label. More info: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config | |
selector to select the Ingress objects.
|