caddy: log scrape every 30s instead of 5s

This commit is contained in:
Tigor Hutasuhut 2024-09-16 10:36:05 +07:00
parent f9caa0af7f
commit 967a1af697

View file

@ -77,7 +77,7 @@ in
"__path__" = "/var/log/caddy/*.log", "__path__" = "/var/log/caddy/*.log",
}, },
] ]
sync_period = "5s" sync_period = "30s"
} }
loki.source.file "caddy_access_log" { loki.source.file "caddy_access_log" {