Update springboot-trace.yaml
parent
06adbe6447
commit
d914734c55
|
@ -12,6 +12,7 @@ requests:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/trace"
|
- "{{BaseURL}}/trace"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
@ -23,14 +24,14 @@ requests:
|
||||||
- '"path"'
|
- '"path"'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
part: header
|
||||||
words:
|
words:
|
||||||
- "application/json"
|
- "application/json"
|
||||||
- "application/vnd.spring-boot.actuator"
|
- "application/vnd.spring-boot.actuator"
|
||||||
- "application/vnd.spring-boot.actuator.v1+json"
|
- "application/vnd.spring-boot.actuator.v1+json"
|
||||||
condition: or
|
condition: or
|
||||||
part: header
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue