instrumentor
attribute
logger= logging.getLogger(__name__)
func
configure_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
param
span_exporterSpanExporter | None
= None
param
metric_exporterMetricExporter | None
= None
param
consolebool
= False
param
service_namestr
= 'liman'
Returns
LimanInstrumentor
Last updated on