Struct opentelemetry_jaeger::PipelineBuilder[][src]

pub struct PipelineBuilder { /* fields omitted */ }
Expand description

Jaeger exporter builder

Implementations

Assign the agent endpoint.

Config whether to export information of instrumentation library.

This is supported on crate features collector_client or wasm_collector_client only.

Assign the collector endpoint.

E.g. “http://localhost:14268/api/traces”

Assign the collector username

Assign the collector password

Assign the process service name.

Assign the process service tags.

Assign the max packet size in bytes. Jaeger defaults is 65000.

Assign the SDK config for the exporter pipeline.

Assign the http client to use

Install a Jaeger pipeline with a simple span processor.

Install a Jaeger pipeline with a batch span processor using the specified runtime.

Build a configured sdk::trace::TracerProvider with a simple span processor.

Build a configured sdk::trace::TracerProvider with a batch span processor using the specified runtime.

Initialize a new simple exporter.

This is useful if you are manually constructing a pipeline.

Initialize a new exporter.

This is useful if you are manually constructing a pipeline.

Trait Implementations

Formats the value using the given formatter. Read more

Return the default Exporter Builder.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more