-
There is a type of span in zipkin that does not resemble a client request or a server request. We should therefore introduce the kind "local" to do this. The current implementation is documented here:…
-
I'm writing here because I've looked at most of the available options, and want to make sure I don't miss anything before I start implementing stuff on my own.
We use jaeger for tracing, and I've d…
-
### Affected project(s)
- [ ] documentation
- [ ] examples
- [X] wasmCloud host
- [ ] wasmCloud CLI (wash)
- [ ] wasmCloud dashboard UI (washboard)
- [X] capability providers
- [ ] provider bindgen
-…
-
Hello Zipkin team,
This is my first post in this repo.
If not anything else, just wanted to say thanks for this project.
Zipkin has been tremendous for our SpringBoot web applications, and we wen…
-
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…
-
The goal is to measure the performance of the different parts of the game. Here are some available options:
- [prometheus.io](https://prometheus.io), haskell packages [prometheus-client](https://ha…
-
**Is your feature request related to a problem? Please describe.**
The client SDKs (Android and iOS) inject "custom" request headers for tracing purposes (`x-datadog-trace-id`, `x-datadog-parent-id`)…
-
Currently, zipkin APIs are represented as:
1. v1, http-json, through https://github.com/openzipkin/zipkin-api/blob/master/zipkin-api.yaml
2. v2, http-json, through https://github.com/openzipkin/zi…
-
## gRPC TracingServerInterceptor does NOT finish span when RPC stream is cancelled
Consider my case:
* there are 2 services: one of them is grpc client, another - grpc server.
* Distributed tracin…
-
_From @jahnkey on June 6, 2016 2:35_
Dears, let me talk about the issue.
1. i deployed zipkin server via docker and all server(collector、cassandra、query、web-UI) run normally ;
2. By the brave…