This commit is contained in:
@@ -75,6 +75,7 @@ prometheus.scrape "app_metrics" {
|
|||||||
targets = [{"__address__" = "host.docker.internal:9102"}]
|
targets = [{"__address__" = "host.docker.internal:9102"}]
|
||||||
forward_to = [prometheus.remote_write.prometheus.receiver]
|
forward_to = [prometheus.remote_write.prometheus.receiver]
|
||||||
scrape_interval = "1s"
|
scrape_interval = "1s"
|
||||||
|
scrape_timeout = "800ms"
|
||||||
metrics_path = "/metrics"
|
metrics_path = "/metrics"
|
||||||
job_name = "app_metrics"
|
job_name = "app_metrics"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user