services.prometheus.scrapeConfigs.*.relabel_configs.*.regex

NixOS option

Regular expression against which the extracted value is matched. Defaults to (.*) in prometheus when set to null.

type: null or string
Default
null
declared in: nixos/modules/services/monitoring/prometheus/default.nixView source on NixOS/nixpkgs →