Project

General

Profile

« Previous | Next » 

Revision 61450

created prometheus reports and /metrics

View differences:

pom.xml
295 295
            <version>2.26.0</version>
296 296
            <scope>test</scope>
297 297
        </dependency>
298

  
299
        <!-- Enable micrometer >> -->
300
        <dependency>
301
            <groupId>org.springframework.boot</groupId>
302
            <artifactId>spring-boot-actuator</artifactId>
303
            <version>2.1.18.RELEASE</version>
304
        </dependency>
305
        <dependency>
306
            <groupId>org.springframework.boot</groupId>
307
            <artifactId>spring-boot-actuator-autoconfigure</artifactId>
308
            <version>2.1.18.RELEASE</version>
309
        </dependency>
310
        <dependency>
311
            <groupId>io.micrometer</groupId>
312
            <artifactId>micrometer-core</artifactId>
313
            <version>1.7.2</version>
314
        </dependency>
315
        <dependency>
316
            <groupId>io.micrometer</groupId>
317
            <artifactId>micrometer-registry-prometheus</artifactId>
318
            <version>1.7.2</version>
319
            <scope>compile</scope>
320
        </dependency>
321
        <!-- << Enable micrometer -->
322

  
298 323
    </dependencies>
299 324

  
300 325
    <build>

Also available in: Unified diff