summary refs log tree commit diff
path: root/changelog.d/5771.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Opentracing across workers (#5771)Jorik Schellekens2019-08-221-0/+1
Propagate opentracing contexts across workers Also includes some Convenience modifications to opentracing for servlets, notably: - Add boolean to skip the whitelisting check on inject extract methods. - useful when injecting into carriers locally. Otherwise we'd always have to include our own servername and whitelist our servername - start_active_span_from_request instead of header - Add boolean to decide whether to extract context from a request to a servlet