Skip to content

Commit cdc92ec

Browse files
committed
Merge pull request openzipkin#1100 from anuraaga/patch-1
Quote parameterized path in HTTP_PATH documentation.
2 parents 027f6f9 + 0fee6da commit cdc92ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zipkin-thrift/src/main/thrift/com/twitter/zipkin/zipkinCore.thrift

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const string HTTP_METHOD = "http.method"
131131
* of distinct URIs less. For example, one can query for the same resource, regardless of signing
132132
* parameters encoded in the query line. This does not reduce cardinality to a HTTP single route.
133133
* For example, it is common to express a route as an http URI template like
134-
* /resource/{resource_id}. In systems where only equals queries are available, searching for
134+
* "/resource/{resource_id}". In systems where only equals queries are available, searching for
135135
* http/path=/resource won't match if the actual request was /resource/abcd-ff.
136136
*
137137
* Historical note: This was commonly expressed as "http.uri" in zipkin, eventhough it was most

0 commit comments

Comments
 (0)