Skip to content

Commit

Permalink
debug {{notEmpty .value}}
Browse files Browse the repository at this point in the history
  • Loading branch information
simonluo345 committed Oct 4, 2023
1 parent 9eb87c1 commit 300825e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/e2e-v2/cases/php/expected/trace-info-detail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ spans:
- key: url
value: {{ notEmpty .value }}
- key: http.method
value: {{ notEmpty .value }}
value: POST
- key: http.status_code
value: {{ notEmpty .value }}
value: "200"
{{- end }}
logs: []
attachedevents: []
Expand All @@ -59,9 +59,9 @@ spans:
tags:
{{- contains .tags }}
- key: url
value: {{ notEmpty .value }}
value: http://provider:9090/info
- key: status_code
value: {{ notEmpty .value }}
value: ”200“
{{- end }}
logs: []
attachedevents: []
Expand Down Expand Up @@ -89,13 +89,13 @@ spans:
tags:
{{- contains .tags }}
- key: url
value: {{ notEmpty .value}}
value: http://provider:9090/info
- key: http.method
value: {{ notEmpty .value }}
key: http.status_code
value: {{ notEmpty .value }}
value: GET
- key: http.status_code
value: "200"
{{- end }}
logs: []
attachedevents: []
{{- end }}
{{- end }}

0 comments on commit 300825e

Please sign in to comment.