Struct zipkin::tracer::Builder [] [src]

pub struct Builder { /* fields omitted */ }

A builder type for Tracers.

Methods

impl Builder
[src]

[src]

Sets the reporter which consumes completed spans.

Defaults to the LoggingReporter.

[src]

Sets the sampler which determines if a trace should be tracked and reported.

Defaults to the AlwaysSampler.

[src]

Constructs a new Tracer.

Trait Implementations

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder