metrics updated (#25)

Co-authored-by: PNV <pnv@empayre.com>
This commit is contained in:
Pospolita Nikita 2022-02-02 11:46:43 +03:00 committed by GitHub
parent e9966f4e82
commit 910a8c020e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View File

@ -46,6 +46,14 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>

View File

@ -28,11 +28,8 @@ management:
port: '@management.port@'
metrics:
export:
statsd:
flavor: etsy
enabled: false
prometheus:
enabled: false
enabled: true
endpoint:
health:
show-details: always