-
The duration of an async one way span is not captured on the Zipkin UI. The span is shared across processes, with only ‘cs’ and ‘sr’ annotations captured at the client and server side respectively. Th…
-
When `ITZipkinSelfTracing.postIsTraced_v1()` runs in travis, it consistently is missing the span for the storage call ("accept-spans"). It is so far not reprodicable elsewhere, and for now, we are ign…
-
We currently have a hard-coded way to setup zipkin config. If spring is ok to run inside cassandra (just spring is needed, not spring boot), we can configure all the things, including sampling rate et…
-
Both `activiti-spring-identity` and `activiti-cloud-services-common-identity-keycloak` are available in the class path and are providing two different implementations of `UserGroupManager`. In the sta…
-
How to add a span of vertex to httpClient
-
### Task List
- [ ] Steps to reproduce provided
- [ ] Stacktrace (if present) provided
- [ ] Example that reproduces the problem uploaded to Github
- [ ] Full description of the issue provided (…
-
I have been checking the possibility of having the zipkin middleware only for specific routes and found it VERY cumbersome. My use case is that I don't want to trace `_health` calls in a node server.
…
-
I'm seeking guidance on the best way to find associated mappings for SpanKind & errors.
### SpanKind
The current codebase has the following snippet:
```java
// Add Kind as a tag for now since …
-
zipkin-dependencies requires JDK 1.8 at the moment due to some spark integration tests. However, iirc all other projects can work with JDK 11, and brave requires it. There's a maven-enforcer-plugin wh…
-
The `HttpAsyncClientBuilder` implementation creation is hard coded in
https://github.com/elastic/elasticsearch/blob/v7.8.0/client/rest/src/main/java/org/elasticsearch/client/RestClientBuilder.java#L…