From 8af9b2bd380b18849416cf148ee859d7f5e1d819 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Tue, 20 Jun 2023 10:46:21 +0300 Subject: [PATCH] Update 'prometheus/prometheus.yml' --- prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 19f56e2..1d7cb15 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -18,7 +18,7 @@ scrape_configs: metrics_path: '/metrics' static_configs: - targets: ['loki:3100'] - - job_name: 'yh-backend-auth' + - job_name: 'template' metrics_path: '/actuator/prometheus' static_configs: - targets: ['10.0.0.9:8201']