Probe.spec.targets.ingress.relabelingConfigs[].sourceLabels.spec
Specification of desired Ingress selection for target discovery by Prometheus.
| Field / Type | Description |
|---|---|
Authorization section for this endpoint | |
BasicAuth allow an endpoint to authenticate over basic authentication. More info: https://prometheus.io/docs/operating/configuration/#endpoint | |
Secret to mount to read bearer token for scraping targets. The secret needs to be in the same namespace as the probe and accessible by the Prometheus Operator.
| |
interval | Interval at which targets are probed using the configured prober. If not specified Prometheus' global scrape interval is used.
|
jobName | The job name assigned to scraped metrics by default. |
keepDroppedTargets | Per-scrape limit on the number of targets dropped by relabeling that will be kept in memory. 0 means no limit. It requires Prometheus >= v2.47.0.
|
labelLimit | Per-scrape limit on number of labels that will be accepted for a sample. Only valid in Prometheus versions 2.27.0 and newer.
|
labelNameLengthLimit | Per-scrape limit on length of labels name that will be accepted for a sample. Only valid in Prometheus versions 2.27.0 and newer.
|
labelValueLengthLimit | Per-scrape limit on length of labels value that will be accepted for a sample. Only valid in Prometheus versions 2.27.0 and newer.
|
MetricRelabelConfigs to apply to samples before ingestion. | |
module | The module to use for probing specifying how to probe the target. Example module configuring in the blackbox exporter: https://github.com/prometheus/blackbox_exporter/blob/master/example.yml |
OAuth2 for the URL. Only valid in Prometheus versions 2.27.0 and newer. | |
Specification for the prober to use for probing targets. The prober.URL parameter is required. Targets cannot be probed if left empty. | |
sampleLimit | SampleLimit defines per-scrape limit on number of scraped samples that will be accepted.
|
scrapeTimeout | Timeout for scraping metrics from the Prometheus exporter. If not specified, the Prometheus global scrape timeout is used.
|
targetLimit | TargetLimit defines a limit on the number of scraped targets that will be accepted.
|
Targets defines a set of static or dynamically discovered targets to probe. | |
TLS configuration to use when scraping the endpoint. |