Pull request #56: Streamline actuator settings
Merge in RED/redaction-service from actuator-settings to master * commit 'b5192b7424745360dc2206b45ec7f7667b867e27': Streamline actuator settings
This commit is contained in:
commit
04f0c29a49
@ -12,5 +12,6 @@ management:
|
||||
endpoint:
|
||||
metrics.enabled: ${monitoring.enabled:false}
|
||||
prometheus.enabled: ${monitoring.enabled:false}
|
||||
health.enabled: true
|
||||
endpoints.web.exposure.include: prometheus, health
|
||||
metrics.export.prometheus.enabled: ${monitoring.enabled:false}
|
||||
@ -2,10 +2,6 @@ spring:
|
||||
application:
|
||||
name: redaction-service-v1
|
||||
|
||||
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
base-path: /
|
||||
path-mapping:
|
||||
health: "health"
|
||||
management.endpoints:
|
||||
web.base-path: /
|
||||
enabled-by-default: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user