caddy: log scrape every 30s instead of 5s
This commit is contained in:
parent
f9caa0af7f
commit
967a1af697
|
@ -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" {
|
||||||
|
|
Loading…
Reference in a new issue