Add jolokia path to Spring Boot Actuator
parent
3d92a7c80f
commit
4f215a0c79
|
@ -20,6 +20,7 @@ requests:
|
|||
- "{{BaseURL}}/auditevents"
|
||||
- "{{BaseURL}}/beans"
|
||||
- "{{BaseURL}}/cloudfoundryapplication"
|
||||
- "{{BaseURL}}//jolokia
|
||||
- "{{BaseURL}}/actuator"
|
||||
- "{{BaseURL}}/actuator/auditevents"
|
||||
- "{{BaseURL}}/actuator/beans"
|
||||
|
@ -32,6 +33,7 @@ requests:
|
|||
- "{{BaseURL}}/actuator/flyway"
|
||||
- "{{BaseURL}}/actuator/integrationgraph"
|
||||
- "{{BaseURL}}//actuator/management"
|
||||
- "{{BaseURL}}//actuator/jolokia
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
|
|
Loading…
Reference in New Issue