Skip to content

Commit

Permalink
MOSIP-25018 : Added Prometheus related dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
  • Loading branch information
GOKULRAJ136 committed Oct 3, 2024
1 parent 96a3478 commit 8e4b052
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kernel/kernel-idgenerator-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<modelmapper.version>2.3.7</modelmapper.version>
<kernel.logger.version>1.3.0-beta.1</kernel.logger.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
<io.micrometer.prometheus.version>1.13.4</io.micrometer.prometheus.version>
<sonar.coverage.exclusions>**/constant/**,**/config/**,**/httpfilter/**,**/cache/**,**/entity/**,**/model/**,**/exception/**,**/repository/**,**/verticle/**,**/spi/**,"**/proxy/**","**/entities/**","**/filter/**","**/util/**","**/verifier/**","**/IDGeneratorVertxApplication.java"</sonar.coverage.exclusions>
</properties>
<dependencyManagement>
Expand Down Expand Up @@ -52,6 +53,16 @@
<artifactId>kernel-idgenerator-vid</artifactId>
<version>${kernel.idgenerator.vid.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>${io.micrometer.prometheus.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<version>${io.micrometer.prometheus.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 8e4b052

Please sign in to comment.