[][src]Module holochain_tracing::tracer_network

Structs

AllSampler

This samples all traces.

AndSampler

and combinator.

NullSampler

This samples no traces.

OrSampler

or combinator.

PassiveSampler

This samples traces which have one or more references.

ProbabilisticSampler

This samples a certain percentage of traces.

RjSpanContextState

Jaeger specific span context state.

Traits

Sampler

Sampler decides whether a new trace should be sampled or not.

Functions

new_tracer_with_network_reporter

Create a Tracer that sends all spans automatically to the default jaeger reporter

Type Definitions

BoxSampler

Boxed version of Sampler.

RjSpan

Span.

SpanReceiver

Finished span receiver.