File tree 1 file changed +1
-1
lines changed
zipkin-thrift/src/main/thrift/com/twitter/zipkin
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const string HTTP_METHOD = "http.method"
131
131
* of distinct URIs less. For example, one can query for the same resource, regardless of signing
132
132
* parameters encoded in the query line. This does not reduce cardinality to a HTTP single route.
133
133
* 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
135
135
* http/path=/resource won't match if the actual request was /resource/abcd-ff.
136
136
*
137
137
* Historical note: This was commonly expressed as "http.uri" in zipkin, eventhough it was most
You can’t perform that action at this time.
0 commit comments