Update springboot-trace.yaml

patch-1
Ritik Chaddha 2022-07-28 14:05:28 +05:30
parent 06adbe6447
commit d914734c55
1 changed files with 6 additions and 5 deletions

View File

@ -12,6 +12,7 @@ requests:
path:
- "{{BaseURL}}/trace"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
@ -23,14 +24,14 @@ requests:
- '"path"'
condition: and
- type: status
status:
- 200
- type: word
part: header
words:
- "application/json"
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v1+json"
condition: or
part: header
- type: status
status:
- 200