mirror of https://github.com/istio/istio.io.git
Include quotes around boolean value in tracepsan example (#3220)
This commit is contained in:
parent
0e8a2dd407
commit
85114da3b1
|
@ -23,7 +23,7 @@ spec:
|
|||
startTime: request.time
|
||||
endTime: response.time
|
||||
clientSpan: (context.reporter.local | true) == false
|
||||
rewriteClientSpanId: false
|
||||
rewriteClientSpanId: "false"
|
||||
spanTags:
|
||||
http.method: request.method | ""
|
||||
http.status_code: response.code | 200
|
||||
|
|
Loading…
Reference in New Issue