Skip to content

Releases: openzipkin/zipkin4net

v1.5.0

Choose a tag to compare

@jcarres-mdsol jcarres-mdsol released this 21 Apr 05:55
  • Add missing duration if spans are of type PRODUCER and CONSUMER #236
  • Add meaningful tag information in tracing handler to be logged in client trace span #237
  • Add easy to use Producer and Consumer Trace Class #238

Zipkin4net 1.3.0

Choose a tag to compare

@jcarres-mdsol jcarres-mdsol released this 28 Mar 04:43

New functionality:
Support B3 single header format. #218
Now Zipkin4net understands and propagates B3 single format. It also
understands the multiheader B3 format.

Add route filtering for Owin and AspNetCore middlewares #229
There is a new parameter to allow applications to setup filtering based
on the url. This allows for instance to not trace your /health,
/app_status, /prometheus, etc.

Bug fixes:
Annotation's ToString provide more debugging data #220
Requests require host of throw exception #221
Check null in ClientTrace.Error #227

zipkin4net 1.2.3

Choose a tag to compare

@fedj fedj released this 30 Jul 11:52

Make TracingHandler compatible with HttpClientFactory

zipkin4net 1.2.2

Choose a tag to compare

@fedj fedj released this 27 Jul 11:43

Make IRecordDispatcher public and exchangeable

zipkin4net 1.2.1

Choose a tag to compare

@fedj fedj released this 16 May 13:13
Request without host throw exception

zipkin4net 1.2.0

Choose a tag to compare

@fedj fedj released this 12 Mar 09:00
Change nuget.org api key

zipkin4net 1.1.1

Choose a tag to compare

@fedj fedj released this 27 Dec 12:31

Bug fixes, many thanks to:

First release of zipkin.middleware.owin nuget

zipkin4net 1.1.0

Choose a tag to compare

@fedj fedj released this 26 Oct 09:18

Bump versions to have a symetrical system (every nuget is now in version 1.1.0)

zipkin4net 1.0.0

Choose a tag to compare

@fedj fedj released this 26 Oct 08:43

Breaking changes:

  • Criteo.Profiling.Tracing prefix was replaced by zipkin4net in namespaces and assemblies
  • Removed classes:
    • Criteo.Profiling.Tracing.Utils.TraceHelper
    • Criteo.Profiling.Tracing.Middleware.TracingHandler
  • Removed methods:
    • Criteo.Profiling.Tracing.Tracers.Zipkin.ZipkinTracer::ZipkinTracer(IZipkinSender sender, IStatistics statistics = null)
    • Criteo.Profiling.Tracing.Transport.Http.HttpZipkinSender::HttpZipkinSender(string zipkinCollectorUrl)

Criteo.Profiling.Tracing 0.4.3

Choose a tag to compare

@fedj fedj released this 21 Aug 10:58

Improvments:

Move TracingHandler from aspnet core package to the main one

Bug fix:

Trace propagation should be lowercase (#105)

Nuget can be found here