rico0: prometheus - scrape more frequently

This commit is contained in:
Adithya 2024-09-14 22:39:13 +05:30
parent 9187555785
commit bf432b253f
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -17,6 +17,10 @@ in
enable = true; enable = true;
listenAddress = "127.0.0.1"; listenAddress = "127.0.0.1";
port = 9090; port = 9090;
globalConfig = {
evaluation_interval = "15s";
scrape_interval = "15s";
};
alertmanagers = [ alertmanagers = [
{ {
scheme = "https"; scheme = "https";