Skip to content
Snippets Groups Projects
Commit 0608c97d authored by Diana Gulčíková's avatar Diana Gulčíková
Browse files

Merge branch '22_grafana_actuators_exposure' into 'milestone_3'

22 grafana actuators exposure

See merge request !64
parents a31beb02 a9f0f697
No related branches found
No related tags found
2 merge requests!79Final solution of milestone 3,!6422 grafana actuators exposure
Pipeline #
...@@ -20,3 +20,16 @@ spring: ...@@ -20,3 +20,16 @@ spring:
driverClassName: org.h2.Driver driverClassName: org.h2.Driver
username: admin username: admin
password: admin password: admin
management:
endpoints:
web:
exposure:
include: "health,metrics"
endpoint:
prometheus:
enabled: true
metrics:
export:
prometheus:
enabled: true
...@@ -19,4 +19,17 @@ spring: ...@@ -19,4 +19,17 @@ spring:
url: jdbc:h2:file:./component/src/main/resources/data/component;MODE=PostgreSQL url: jdbc:h2:file:./component/src/main/resources/data/component;MODE=PostgreSQL
driverClassName: org.h2.Driver driverClassName: org.h2.Driver
username: admin username: admin
password: admin password: admin
\ No newline at end of file
management:
endpoints:
web:
exposure:
include: "health,metrics"
endpoint:
prometheus:
enabled: true
metrics:
export:
prometheus:
enabled: true
\ No newline at end of file
...@@ -20,3 +20,16 @@ spring: ...@@ -20,3 +20,16 @@ spring:
driverClassName: org.h2.Driver driverClassName: org.h2.Driver
username: admin username: admin
password: admin password: admin
management:
endpoints:
web:
exposure:
include: "health,metrics"
endpoint:
prometheus:
enabled: true
metrics:
export:
prometheus:
enabled: true
\ No newline at end of file
...@@ -25,3 +25,16 @@ spring: ...@@ -25,3 +25,16 @@ spring:
web: web:
resources: resources:
add-mappings: false add-mappings: false
management:
endpoints:
web:
exposure:
include: "health,metrics"
endpoint:
prometheus:
enabled: true
metrics:
export:
prometheus:
enabled: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment