Published
OpenTelemetry Lancedb instrumentation
pip install opentelemetry-instrumentation-lancedb
Package Downloads
Authors
Project URLs
Requires Python
<4,>=3.9
OpenTelemetry LanceDB Instrumentation
This library allows tracing client-side calls to LanceDB sent with the official LanceDB library.
Installation
pip install opentelemetry-instrumentation-lancedb
Example usage
from opentelemetry.instrumentation.lancedb import LanceInstrumentor
LanceInstrumentor().instrument()