Skip to main content

add_exporter

Method
This is a method of the Tracer class in the trace module.
Add an exporter.

Signature

def add_exporter(&self, exporter: impl TraceExporter + 'static) -> ()

Parameters

exporter
impl TraceExporter + 'static
required
No description available.

Returns

Returns
()
The result of the operation.