Kong / kong-plugin-zipkin

A Kong plugin for propogating zipkin spans and reporting spans to a zipkin server - this plugin has been moved into https://github.com/Kong/kong, please open issues and PRs in that repo
Apache License 2.0
60 stars 31 forks source link

feat/request tags #102

Closed kikito closed 3 years ago

kikito commented 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).

The tags must have the following syntax:

Zipkin-Tags: name1=value1; name2=value2

Implements #97