From 6783a3fb0e607d6718f38b46d1185f8043043260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 6 Sep 2023 22:59:48 +0300 Subject: [PATCH] update grafana's timeInterval to 10s --- hosts/vno1-oh2/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 785d06a..f655c5b 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -267,6 +267,8 @@ type = "prometheus"; access = "proxy"; url = "http://127.0.0.1:${toString config.services.prometheus.port}"; + isDefault = true; + jsonData.timeInterval = "10s"; } ]; };