prometheus operator v0.71.2
Probe.spec.targets.staticConfig.relabelingConfigs.sourceLabels.spec.prober
Specification for the prober to use for probing targets. The prober.URL parameter is required. Targets cannot be probed if left empty.
| Field / Type | Description |
|---|---|
path | Path to collect metrics from. Defaults to `/probe`.
|
proxyUrl | Optional ProxyURL. |
scheme | HTTP scheme to use for scraping. `http` and `https` are the expected values unless you rewrite the `__scheme__` label via relabeling. If empty, Prometheus uses the default value `http`.
|
url | Mandatory URL of the prober. |