Simon Dean
Simon Dean
### Is your feature request related to a problem? Please describe. At the moment component discovery works great when serving a page but doesn't work at all when testing a...
### Is your feature request related to a problem? Please describe. It's difficult to find an example of how to deploy a nuxt.js app as a Docker container. It would...
## Describe the Bug I'm making a request to a URL that looks like this: > https://example.com/zipkin/api/v2/traces?serviceName={serviceName}&spanName={spanName}&endTs={endTs}&lookback={lookback}&limit={limit} I've getting back a 500 status code with the following response body: >...
## Feature A new Zipkin API feature for retrieving for all services, the number of traces and/or spans where a given serv is the root. ## Rationale When the amount...
**Feature:** Zipkin Server includes a `ES_HTTP_LOGGING` setting to configure logging for Zipkin Server's HTTP requests to Elasticsearch. The setting can be set to: BASIC, HEADERS, BODY. By default, the logging...
At the moment, a field name with a length of 128 characters or longer results in Jackson's YAML generator producing YAML like this: ``` yaml --- ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa : anything...