Skip to content

Releases: openzipkin/zipkin4net

v1.5.0

21 Apr 05:55
Compare
Choose a tag to compare
  • 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

28 Mar 04:43
Compare
Choose a tag to compare

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

30 Jul 11:52
Compare
Choose a tag to compare

Make TracingHandler compatible with HttpClientFactory

zipkin4net 1.2.2

27 Jul 11:43
Compare
Choose a tag to compare

Make IRecordDispatcher public and exchangeable

zipkin4net 1.2.1

16 May 13:13
Compare
Choose a tag to compare
Request without host throw exception

zipkin4net 1.2.0

12 Mar 09:00
Compare
Choose a tag to compare
Change nuget.org api key

zipkin4net 1.1.1

27 Dec 12:31
Compare
Choose a tag to compare

Bug fixes, many thanks to:

First release of zipkin.middleware.owin nuget

zipkin4net 1.1.0

26 Oct 09:18
Compare
Choose a tag to compare

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

zipkin4net 1.0.0

26 Oct 08:43
Compare
Choose a tag to compare

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

21 Aug 10:58
Compare
Choose a tag to compare

Improvments:

Move TracingHandler from aspnet core package to the main one

Bug fix:

Trace propagation should be lowercase (#105)

Nuget can be found here