From 768b3b7aa6d86db89ac8230a91f76b2797ac3161 Mon Sep 17 00:00:00 2001 From: Jiyun Date: Fri, 16 Jan 2026 23:06:36 +0900 Subject: [PATCH] =?UTF-8?q?#214=20feat:=20prometheus=20=EB=9D=BC=EC=9D=B4?= =?UTF-8?q?=EB=B8=8C=EB=9F=AC=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 8b5eeba..6600618 100644 --- a/build.gradle +++ b/build.gradle @@ -89,6 +89,9 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-cache' implementation 'org.apache.commons:commons-lang3:3.12.0' + implementation "org.springframework.boot:spring-boot-starter-actuator" + runtimeOnly "io.micrometer:micrometer-registry-prometheus" + } tasks.named('test') {