Include quotes around boolean value in tracepsan example (#3220)

This commit is contained in:
Douglas Reid 2019-02-11 09:51:05 -08:00 committed by Martin Taillefer
parent 0e8a2dd407
commit 85114da3b1
1 changed files with 1 additions and 1 deletions

View File

@ -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