-
Right now, it appears this plugin supports the v1 format. It would be nice if it supports the simplified v2 format going forward.
The v2 format is described in the Zipkin server's API documentation…
-
In our platform we have generic request handling pipelines where the caller and the downstream resource servers may support Zipkin B3 headers, W3C Trace Context, etc.
We therefore would like to und…
-
Hi ,
In my docker-compose file if I don't provide a host port mapping for my microservice, it is unable to register in eureka correctly as it gets registered with the server.port , but the host port …
-
I tried both `docker-compose-kafka.yml` and `docker-compose-kafka10.yml` but nothing.
in the logs I see errors like:
```
zipkin | 2017-06-04 14:04:23.548 INFO 5 --- [ KafkaCollector] o…
-
JVM agents are used to trace existing code without modification to libraries or application configuration. We often get asked about this, but it is a tough one as usually agents are a part of a larger…
-
### Affected project(s)
- [ ] documentation
- [ ] examples
- [X] wasmCloud host
- [ ] wasmCloud CLI (wash)
- [ ] wasmCloud dashboard UI (washboard)
- [X] capability providers
- [ ] provider bindgen
-…
-
add http header "expect:" to skip http 1.1 100-continue
headers_.append("Content-Type: application/json");
headers_.append("expect:");
https://github.com/rnburn/zipkin-cpp-opentracing/blob/maste…
-
## 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…
-
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…
-
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:…