From e818d3643ce2b7b62ca0295f94ac7f049aa5da6e Mon Sep 17 00:00:00 2001 From: Vladyslav Pavlenko Date: Sun, 21 Jul 2024 21:57:52 +0300 Subject: [PATCH] fix: update scrape target --- prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.yml b/prometheus.yml index 942ec6d..be109ea 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -1,4 +1,4 @@ scrape_configs: - job_name: 'api-app' static_configs: - - targets: ['api-app:8080'] \ No newline at end of file + - targets: ['api-app:8081'] \ No newline at end of file