diff --git a/backend/build.gradle b/backend/build.gradle index a7739985..dc08b6f6 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -97,6 +97,10 @@ dependencies { // Redis implementation 'org.springframework.boot:spring-boot-starter-data-redis:2.3.1.RELEASE' + // Prometheus + implementation 'org.springframework.boot:spring-boot-starter-actuator' + implementation 'io.micrometer:micrometer-registry-prometheus' + } tasks.named('test') {