aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-01-12 13:15:45 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-12 13:15:45 +0000
commitefb42bcc116535dad00c23a39fccdc5f9e5c321a (patch)
treeff774fc5adeb29ce08b271f4cd6ce87a934b3c80 /mso-api-handlers
parent7963ba28bc1fbd7fb27e3553eefda8ad8ce76f0c (diff)
parent3cccd48a71c73e497df90160450508e505e48d6c (diff)
Merge "Re-enable Actuator for Springboot 2.0"
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: