Closed kikito closed 3 years ago
Allows inserting custom tags on the Zipkin request trace by adding specific headers to the request.
The header is customizable via config (defaults to Zipkin-Tags).
Zipkin-Tags
The tags must have the following syntax:
Zipkin-Tags: name1=value1; name2=value2
Implements #97
Allows inserting custom tags on the Zipkin request trace by adding specific headers to the request.
The header is customizable via config (defaults to
Zipkin-Tags
).The tags must have the following syntax:
Implements #97