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.

4 fields
Probe.spec.targets.staticConfig.relabelingConfigs.sourceLabels.spec.prober fields and descriptions
Field / TypeDescription
path
string

Path to collect metrics from. Defaults to `/probe`.

  • default: "/probe"
proxyUrl
string

Optional ProxyURL.

scheme
string

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`.

  • enum: ["http","https"]
url
string required

Mandatory URL of the prober.