| services.prometheus.scrapeConfigs.*.tls_config | Configures the scrape request's TLS settings.
|
| services.prometheus.scrapeConfigs.*.dns_sd_configs | List of DNS service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.ec2_sd_configs | List of EC2 service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.static_configs | List of labeled target groups for this job.
|
| services.prometheus.scrapeConfigs.*.gce_sd_configs | List of Google Compute Engine service discovery configurations
|
| services.prometheus.scrapeConfigs.*.relabel_configs | List of relabel configurations.
|
| services.prometheus.scrapeConfigs.*.kuma_sd_configs | List of Kuma service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.file_sd_configs | List of file service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.http_sd_configs | List of HTTP service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.azure_sd_configs | List of Azure service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.uyuni_sd_configs | List of Uyuni Serverset service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.nerve_sd_configs | List of AirBnB's Nerve service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.consul_sd_configs | List of Consul service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.linode_sd_configs | List of Linode service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.docker_sd_configs | List of Docker service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.eureka_sd_configs | List of Eureka service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.triton_sd_configs | List of Triton Serverset service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.hetzner_sd_configs | List of Hetzner service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.scaleway_sd_configs | List of Scaleway service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.puppetdb_sd_configs | List of PuppetDB service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.marathon_sd_configs | List of Marathon service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.openstack_sd_configs | List of OpenStack service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.lightsail_sd_configs | List of Lightsail service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.serverset_sd_configs | List of Zookeeper Serverset service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.kubernetes_sd_configs | List of Kubernetes service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.metric_relabel_configs | List of metric relabel configurations.
|
| services.prometheus.scrapeConfigs.*.dockerswarm_sd_configs | List of Docker Swarm service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.digitalocean_sd_configs | List of DigitalOcean service discovery configurations.
|
| services.prometheus.scrapeConfigs.*.target_limit | Per-scrape config limit on number of unique targets that will be
accepted
|
| services.prometheus.scrapeConfigs.*.basic_auth | Sets the Authorization header on every scrape request with the
configured username and password.
password and password_file are mutually exclusive.
|
| services.prometheus.scrapeConfigs.*.bearer_token | Sets the Authorization header on every scrape request with
the configured bearer token
|
| services.prometheus.scrapeConfigs.*.authorization | Sets the Authorization header on every scrape request with the configured credentials.
|
| services.prometheus.scrapeConfigs.*.scrape_timeout | Per-target timeout when scraping this job
|
| services.prometheus.scrapeConfigs.*.scrape_interval | How frequently to scrape targets from this job
|
| services.prometheus.scrapeConfigs.*.honor_labels | Controls how Prometheus handles conflicts between labels
that are already present in scraped data and labels that
Prometheus would attach server-side ("job" and "instance"
labels, manually configured target labels, and labels
generated by service discovery implementations)
|
| services.prometheus.scrapeConfigs.*.bearer_token_file | Sets the Authorization header on every scrape request with
the bearer token read from the configured file
|