zipkin-csharp
zipkin-csharp copied to clipboard
A minimalistic .NET client library for Twitter Zipkin tracing.
What have done - Converted all projects to MSBuild 15 csproj files - Added `netstandard1.5` to `Zipkin.Core` and `Zipkin.Core.Tests` - Changed `build.fsx` What is not part of this PR -...
See https://github.com/openzipkin/zipkin/issues/1280 Not sure if that stems from Zipkin itself or from this lib.
When using the Zipkin UI, all IP's sent from this provider are backwards. e.g. `1.0.0.127`
Instead of making the user manually handle collector writes, it would be really nice if one could just pass the span you are using to some background worker that batch...