nixos/prometheus: improve the tag_separator description
This commit is contained in:
parent
de96ffeb1c
commit
53796fd70f
@ -600,7 +600,11 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
tag_separator = mkDefOpt types.str "," ''
|
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…
x
Reference in New Issue
Block a user