Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

V0.5.0 release notes #83

Merged
merged 2 commits into from
Jan 2, 2019

Conversation

Aaronontheweb
Copy link
Member

0.5.0 January 1 2019

Added support for the new B3 "single header" propagation format, among other things.

To use the new B3 "single header" format for outbound writes, you'll want to set the following property on the ZipkinTracerOptions class:

var tracer = new ZipkinTracer(new ZipkinTracerOptions(new Endpoint("AaronsAppKafka"),
                ZipkinKafkaSpanReporter.Create(new ZipkinKafkaReportingOptions(new[] {"localhost:19092"},
                    debugLogging: true))){ Propagator = new B3Propagator(true)  });

The current B3Propagator implementation can automatically read and deserialize inbound single header format propagation by default.

Other Changes
Petabridge.Tracing.Zipkin also introduces the following changes:

Click here to see the full set of changes in Petabridge.Tracing.Zipkin v0.5.0.

@Aaronontheweb Aaronontheweb merged commit 60d5e47 into petabridge:dev Jan 2, 2019
@Aaronontheweb Aaronontheweb deleted the v0.5.0-release-notes branch January 2, 2019 02:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant