prometheus operator v0.93.1

Probe.spec.targets.staticConfig

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.

3 fields
Probe.spec.targets.staticConfig fields and descriptions
Field / TypeDescription
map[string]string

labels defines all labels assigned to all metrics scraped from the targets.

object[]

relabelingConfigs defines relabelings to be apply to the label set of the targets before it gets scraped. More info: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config

string[]

static defines the list of hosts to probe.