Liman

instrumentor

attributelogger
= logging.getLogger(__name__)
funcconfigure_instrumentorconfigure_instrumentor(span_exporter=None, /, metric_exporter=None, *, console=False, service_name='liman') -> LimanInstrumentor

Configure the Liman instrumentor.

Args: console: Enable console exporters for debugging span_exporter: Custom span exporter (e.g., Jaeger, OTLP, etc.) metric_exporter: Custom metric exporter service_name: Name of the service for telemetry data

paramspan_exporterSpanExporter | None
= None
parammetric_exporterMetricExporter | None
= None
paramconsolebool
= False
paramservice_namestr
= 'liman'

Returns

LimanInstrumentor

Last updated on