Medidata.ZipkinTracerModule
Medidata.ZipkinTracerModule copied to clipboard
[Deprecated] Zipkin Request Tracing for .Net Apps
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1 It would also be nice to support optionally writing this, especially in message providers or others...
Recent versions of zipkin have a duration query that only works when timestamp and duration are set authoritatively. This implies adding the fields to the Span type when reporting to...
Can I use the library to trace the gRPC microservices interaction ?
This library needs to separate nuget packages for Core logic and Middleware/s to easily adapt to platforms and framework. - [ ] create a core nuget package - [ ]...
#### Problem The first step of transitioning to 128bit `X-B3-TraceId` is tolerantly reading 32 character long ids. Until a change is made, those propagating 128bit ids to Medidata.ZipkinTracerModule will have...
Hi guys, Thanks for a useful project. I normally create scripts for build and package (see my github projects) and I am happy to do the same for you if...
The documentation should be updated accordingly so that user knows that the tracing cannot be done from a console/ non-web Applicaiton.
The current example uses methods of Zipkinclient, TraceProvider classes like StartServerTrace. As discussed with Brent - "We can only use tracing for inbound calls using the OWIN middlewares and outbound...
We currently support logging of only IPv4 addresses. Starting with Zipkin 1.4 endpoints can omit IPv4 (by setting Endpoint.ipv4 to 0), and optionally log Endpoint.ipv6 as the raw 16byte address....