Update springboot-detect.yaml
parent
f102c94ef4
commit
f0512b88d3
|
@ -22,12 +22,10 @@ requests:
|
||||||
- "{{BaseURL}}/actuator/exportRegisteredServices"
|
- "{{BaseURL}}/actuator/exportRegisteredServices"
|
||||||
- "{{BaseURL}}/actuator/features"
|
- "{{BaseURL}}/actuator/features"
|
||||||
- "{{BaseURL}}/actuator/flyway"
|
- "{{BaseURL}}/actuator/flyway"
|
||||||
- "{{BaseURL}}/actuator/health"
|
|
||||||
- "{{BaseURL}}/actuator/healthcheck"
|
- "{{BaseURL}}/actuator/healthcheck"
|
||||||
- "{{BaseURL}}/actuator/heapdump"
|
- "{{BaseURL}}/actuator/heapdump"
|
||||||
- "{{BaseURL}}/actuator/httptrace"
|
- "{{BaseURL}}/actuator/httptrace"
|
||||||
- "{{BaseURL}}/actuator/hystrix.stream"
|
- "{{BaseURL}}/actuator/hystrix.stream"
|
||||||
- "{{BaseURL}}/actuator/info"
|
|
||||||
- "{{BaseURL}}/actuator/integrationgraph"
|
- "{{BaseURL}}/actuator/integrationgraph"
|
||||||
- "{{BaseURL}}/actuator/jolokia"
|
- "{{BaseURL}}/actuator/jolokia"
|
||||||
- "{{BaseURL}}/actuator/liquibase"
|
- "{{BaseURL}}/actuator/liquibase"
|
||||||
|
@ -58,10 +56,8 @@ requests:
|
||||||
- "{{BaseURL}}/configprops"
|
- "{{BaseURL}}/configprops"
|
||||||
- "{{BaseURL}}/dump"
|
- "{{BaseURL}}/dump"
|
||||||
- "{{BaseURL}}/env"
|
- "{{BaseURL}}/env"
|
||||||
- "{{BaseURL}}/health"
|
|
||||||
- "{{BaseURL}}/heapdump"
|
- "{{BaseURL}}/heapdump"
|
||||||
- "{{BaseURL}}/hystrix.stream"
|
- "{{BaseURL}}/hystrix.stream"
|
||||||
- "{{BaseURL}}/info"
|
|
||||||
- "{{BaseURL}}/jolokia"
|
- "{{BaseURL}}/jolokia"
|
||||||
- "{{BaseURL}}/jolokia/list"
|
- "{{BaseURL}}/jolokia/list"
|
||||||
- "{{BaseURL}}:8090/jolokia"
|
- "{{BaseURL}}:8090/jolokia"
|
||||||
|
|
Loading…
Reference in New Issue