From 66e276b02769a9bbed4ca5806c65913b18031ad6 Mon Sep 17 00:00:00 2001 From: wonjunYou Date: Fri, 22 Nov 2024 22:48:14 +0900 Subject: [PATCH] =?UTF-8?q?[IDLE-456]=20prometheus,=20grafana=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=EC=9D=84=20=EC=9C=84=ED=95=9C=20monitoring.yml=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-monitoring.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/idle-infrastructure/monitoring/src/main/resources/application-monitoring.yml b/idle-infrastructure/monitoring/src/main/resources/application-monitoring.yml index 042e7c40..7ea719a7 100644 --- a/idle-infrastructure/monitoring/src/main/resources/application-monitoring.yml +++ b/idle-infrastructure/monitoring/src/main/resources/application-monitoring.yml @@ -1,18 +1,5 @@ management: endpoints: - health: - enabled: true - prometheus: - enabled: true - metrics: - enabled: true - web: exposure: - include: health, prometheus, metrics - base-path: ${ACTUATOR_BASE_PATH} - jmx: - exposure: - exclude: "*" - server: - port: 9900 + include: "*"