alloy captura y guarda cada segundo
Deploy to Coolify / deploy (push) Has been cancelled

This commit is contained in:
2025-11-24 23:17:39 +01:00
parent 5b6a0ddbc2
commit 6a49bd573c
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ prometheus.scrape "cadvisor" {
prometheus.scrape "app_metrics" {
targets = [{"__address__" = "host.docker.internal:9102"}]
forward_to = [prometheus.remote_write.prometheus.receiver]
scrape_interval = "15s"
scrape_interval = "1s"
metrics_path = "/metrics"
job_name = "app_metrics"
}