| options/nixos/services.prometheus.scrapeConfigs.*.scheme | The URL scheme with which to fetch metrics from targets
|
| options/nixos/services.prometheus.scrapeConfigs.*.metrics_path | The HTTP resource path on which to fetch metrics from targets
|
| 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.*.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.*.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.*.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.*.honor_timestamps | honor_timestamps controls whether Prometheus respects the timestamps present
in scraped data
|
| 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.*.label_value_length_limit | Per-scrape limit on length of labels value that will be accepted for a sample
|