diff --git a/nixos/modules/services/monitoring/prometheus/default.nix b/nixos/modules/services/monitoring/prometheus/default.nix index d46cacec0a7..dc8347fbc97 100644 --- a/nixos/modules/services/monitoring/prometheus/default.nix +++ b/nixos/modules/services/monitoring/prometheus/default.nix @@ -600,7 +600,11 @@ let ''; tag_separator = mkDefOpt types.str "," '' - The tag separator is used to separate the tags on concatenation. + The tag separator used to separate concatenated GCE instance network tags. + + See the GCP documentation on network tags for more information: ''; }; };