zipkin-csharp icon indicating copy to clipboard operation
zipkin-csharp copied to clipboard

A minimalistic .NET client library for Twitter Zipkin tracing.

Results 6 zipkin-csharp issues
Sort by recently updated
recently updated
newest added

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`

bug

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...

enhancement