diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-01-11 21:02:26 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-01-11 21:02:40 -0500 |
commit | 3cccd48a71c73e497df90160450508e505e48d6c (patch) | |
tree | 37adfbf6b509f6acbcae792de6d77794c58d2a9e /mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml | |
parent | de5958dddd97b086ec8b603974f434fd814386ac (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/mso-api-handler-infra/src/main/resources/application.yaml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml | 7 |
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: |