nixos/prometheus: improve the tag_separator description

wip/yesman
Phillip Cloud 3 years ago
parent de96ffeb1c
commit 53796fd70f
  1. 6
      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: <link
xlink:href="https://cloud.google.com/vpc/docs/add-remove-network-tags"
/>
'';
};
};

Loading…
Cancel
Save