| options/nixos/services.prometheus.scrapeConfigs.*.params | Optional HTTP URL parameters.
|
| options/nixos/services.prometheus.scrapeConfigs.*.scheme | The URL scheme with which to fetch metrics from targets
|
| options/nixos/services.prometheus.scrapeConfigs.*.job_name | The job name assigned to scraped metrics by default.
|
| options/nixos/services.prometheus.scrapeConfigs.*.proxy_url | Optional proxy URL.
|
| options/nixos/services.prometheus.scrapeConfigs.*.tls_config | Configures the scrape request's TLS settings.
|
| options/nixos/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.
|
| options/nixos/services.prometheus.scrapeConfigs.*.metrics_path | The HTTP resource path on which to fetch metrics from targets
|
| options/nixos/services.prometheus.scrapeConfigs.*.bearer_token | Sets the Authorization header on every scrape request with
the configured bearer token
|
| options/nixos/services.prometheus.scrapeConfigs.*.label_limit | Per-scrape limit on number of labels that will be accepted for a sample
|
| options/nixos/services.prometheus.scrapeConfigs.*.authorization | Sets the Authorization header on every scrape request with the configured credentials.
|
| options/nixos/services.prometheus.scrapeConfigs.*.sample_limit | Per-scrape limit on number of scraped samples that will be accepted
|
| options/nixos/services.prometheus.scrapeConfigs.*.target_limit | Per-scrape config limit on number of unique targets that will be
accepted
|
| options/nixos/services.prometheus.scrapeConfigs.*.dns_sd_configs | List of DNS service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.ec2_sd_configs | List of EC2 service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.static_configs | List of labeled target groups for this job.
|
| options/nixos/services.prometheus.scrapeConfigs.*.scrape_timeout | Per-target timeout when scraping this job
|
| options/nixos/services.prometheus.scrapeConfigs.*.gce_sd_configs | List of Google Compute Engine service discovery configurations
|
| options/nixos/services.prometheus.scrapeConfigs.*.relabel_configs | List of relabel configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.kuma_sd_configs | List of Kuma service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.file_sd_configs | List of file service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.http_sd_configs | List of HTTP service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.scrape_interval | How frequently to scrape targets from this job
|
| options/nixos/services.prometheus.scrapeConfigs.*.scrape_protocols | The protocols to negotiate during a scrape with the client.
|
| options/nixos/services.prometheus.scrapeConfigs.*.azure_sd_configs | List of Azure service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.uyuni_sd_configs | List of Uyuni Serverset service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.nerve_sd_configs | List of AirBnB's Nerve service discovery configurations.
|
| options/nixos/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)
|
| options/nixos/services.prometheus.scrapeConfigs.*.body_size_limit | An uncompressed response body larger than this many bytes will cause the
scrape to fail. 0 means no limit
|
| options/nixos/services.prometheus.scrapeConfigs.*.consul_sd_configs | List of Consul service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.linode_sd_configs | List of Linode service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.docker_sd_configs | List of Docker service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.eureka_sd_configs | List of Eureka service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.triton_sd_configs | List of Triton Serverset service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.honor_timestamps | honor_timestamps controls whether Prometheus respects the timestamps present
in scraped data
|
| options/nixos/services.prometheus.scrapeConfigs.*.bearer_token_file | Sets the Authorization header on every scrape request with
the bearer token read from the configured file
|
| options/nixos/services.prometheus.scrapeConfigs.*.hetzner_sd_configs | List of Hetzner service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.scaleway_sd_configs | List of Scaleway service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.puppetdb_sd_configs | List of PuppetDB service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.marathon_sd_configs | List of Marathon service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.openstack_sd_configs | List of OpenStack service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.lightsail_sd_configs | List of Lightsail service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.serverset_sd_configs | List of Zookeeper Serverset service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.kubernetes_sd_configs | List of Kubernetes service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.metric_relabel_configs | List of metric relabel configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.dockerswarm_sd_configs | List of Docker Swarm service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.digitalocean_sd_configs | List of DigitalOcean service discovery configurations.
|
| options/nixos/services.prometheus.scrapeConfigs.*.label_name_length_limit | Per-scrape limit on length of labels name that will be accepted for a sample
|
| options/nixos/services.prometheus.scrapeConfigs.*.fallback_scrape_protocol | Fallback protocol to use if a scrape returns blank, unparseable, or otherwise
invalid Content-Type.
|
| options/nixos/services.prometheus.scrapeConfigs.*.label_value_length_limit | Per-scrape limit on length of labels value that will be accepted for a sample
|