Skip to content

Zipkin 2.19.2

Compare
Choose a tag to compare
@anuraaga anuraaga released this 19 Nov 05:40
· 694 commits to master since this release

This is a patch release that fixes a regression in handling of certain span names and adds a feature to control server timeout of queries.

Bugfixes

  • JSON API response that includes whitespace in names (such as service names) correctly escapes strings #2915

New Features

  • The QUERY_TIMEOUT environment variable can be set to a duration string to control how long the server will wait while serving a query (e.g., search for traces) before failing with a timeout. For example, when increasing the client timeout of Elasticsearch with ES_TIMEOUT it is often helpful to increase QUERY_TIMEOUT to a larger number so the server waits longer than the Elasticsearch client. #2809