Re-enable Actuator for Springboot 2.0 09/75709/1
authorBenjamin, Max (mb388a) <mb388a@us.att.com>
Sat, 12 Jan 2019 02:02:26 +0000 (21:02 -0500)
committerBenjamin, Max (mb388a) <mb388a@us.att.com>
Sat, 12 Jan 2019 02:02:40 +0000 (21:02 -0500)
Re-enable Actuator for Springboot 2.0

Change-Id: Icee67885d9bd26d6b6ff8a4fceb9add56926b0a8
Issue-ID: SO-1377
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
adapters/mso-catalog-db-adapter/src/main/resources/application.yaml
adapters/mso-openstack-adapters/src/main/resources/application.yaml
adapters/mso-requests-db-adapter/src/main/resources/application.yaml
adapters/mso-sdnc-adapter/src/main/resources/application.yaml
adapters/mso-vfc-adapter/src/main/resources/application.yaml
asdc-controller/src/main/resources/application.yaml
bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml
mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml

index 749a319..83101c1 100644 (file)
@@ -39,17 +39,17 @@ flyway:
   outOfOrder: true
   validateOnMigrate: false
 
+#Actuator
 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.
  
\ No newline at end of file
index bc3bfba..8fd6d42 100644 (file)
@@ -34,9 +34,8 @@ management:
   endpoints:
     web:
       base-path: /manage
-  server:
-    servlet:
-      context-path: /manage
+      exposure:
+        include: "*"
   metrics:
     se-global-registry: false
     export:
index af99a86..0da782b 100644 (file)
@@ -50,16 +50,16 @@ flyway:
   user: ${DB_ADMIN_USERNAME}
   password: ${DB_ADMIN_PASSWORD}
 
+#Actuator
 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.
\ No newline at end of file
index 6009eff..9be0a25 100644 (file)
@@ -16,15 +16,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:
   onap:
index 8ce0dc9..4a500b3 100644 (file)
@@ -27,12 +27,11 @@ 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.
\ No newline at end of file
index 4eb3c48..e95e85a 100644 (file)
@@ -27,19 +27,18 @@ request:
     username: ${DB_USERNAME}
     password: ${DB_PASSWORD}
     driver-class-name: org.mariadb.jdbc.Driver  
-
 #Actuator
 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.
+
 
index 2515603..203988a 100644 (file)
@@ -23,8 +23,12 @@ camunda:
     job-execution:
       deployment-aware: true
 #Actuator
-management: 
-  context-path: /manage
+management:
+  endpoints:
+    web:
+      base-path: /manage
+      exposure:
+        include: "*"
   metrics:
     se-global-registry: false
     export:
index 9387d08..5b52d33 100644 (file)
@@ -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: