update grafana's timeInterval to 10s

This commit is contained in:
Motiejus Jakštys 2023-09-06 22:59:48 +03:00
parent 980b7b0449
commit 6783a3fb0e
1 changed files with 2 additions and 0 deletions

View File

@ -267,6 +267,8 @@
type = "prometheus";
access = "proxy";
url = "http://127.0.0.1:${toString config.services.prometheus.port}";
isDefault = true;
jsonData.timeInterval = "10s";
}
];
};