services.prometheus.scrapeConfigs.*.dns_sd_configs.*.type

NixOS option

The type of DNS query to perform. Defaults to SRV in prometheus when set to null.

type: null or one of "SRV", "A", "AAAA", "MX", "NS"
Default
null
declared in: nixos/modules/services/monitoring/prometheus/default.nixView source on NixOS/nixpkgs →