From 53796fd70f49d7f80194c866d49846468dd48332 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Sun, 10 Jan 2021 13:08:42 -0500 Subject: [PATCH] nixos/prometheus: improve the tag_separator description --- nixos/modules/services/monitoring/prometheus/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: ''; }; };