instrumentor
attributelogger= logging.getLogger(__name__)funcconfigure_instrumentorconfigure_instrumentor(span_exporter=None, /, metric_exporter=None, *, console=False, service_name='liman') -> LimanInstrumentorConfigure 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= Noneparammetric_exporterMetricExporter | None= Noneparamconsolebool= Falseparamservice_namestr= 'liman'Returns
LimanInstrumentorLast updated on