aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers
diff options
context:
space:
mode:
authorBenjamin, Max (mb388a) <mb388a@us.att.com>2019-01-11 21:02:26 -0500
committerBenjamin, Max (mb388a) <mb388a@us.att.com>2019-01-11 21:02:40 -0500
commit3cccd48a71c73e497df90160450508e505e48d6c (patch)
tree37adfbf6b509f6acbcae792de6d77794c58d2a9e /mso-api-handlers
parentde5958dddd97b086ec8b603974f434fd814386ac (diff)
Re-enable Actuator for Springboot 2.0
Re-enable Actuator for Springboot 2.0 Change-Id: Icee67885d9bd26d6b6ff8a4fceb9add56926b0a8 Issue-ID: SO-1377 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'mso-api-handlers')
-rw-r--r--mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml b/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml
index 9387d08c84..5b52d33cdd 100644
--- a/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml
+++ b/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml
@@ -64,15 +64,14 @@ management:
endpoints:
web:
base-path: /manage
- server:
- servlet:
- context-path: /manage
+ exposure:
+ include: "*"
metrics:
se-global-registry: false
export:
prometheus:
enabled: true # Whether exporting of metrics to Prometheus is enabled.
- step: 1m # Step size (i.e. reporting frequency) to use.
+ step: 1m # Step size (i.e. reporting frequency) to use.
org: