From cad83fc5964ef4fad78cc03a9c61588d1efcd11b Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Sun, 10 Jan 2021 13:08:07 -0500 Subject: [PATCH] nixos/prometheus: add cloud to refresh_interval description --- nixos/modules/services/monitoring/prometheus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/monitoring/prometheus/default.nix b/nixos/modules/services/monitoring/prometheus/default.nix index b2df0f5b79a..367250e2813 100644 --- a/nixos/modules/services/monitoring/prometheus/default.nix +++ b/nixos/modules/services/monitoring/prometheus/default.nix @@ -591,7 +591,7 @@ let ''; refresh_interval = mkDefOpt types.str "60s" '' - Refresh interval to re-read the instance list. + Refresh interval to re-read the cloud instance list. ''; port = mkDefOpt types.int "80" ''