Respan instrumentation plugin for the Arize Python SDK
Project description
Respan Instrumentation for Arize
Respan instrumentation plugin for the arize Python SDK.
Installation
pip install respan-ai respan-instrumentation-arize arize
Usage
from arize import ArizeClient
from respan import Respan
from respan_instrumentation_arize import ArizeInstrumentor
respan = Respan(instrumentations=[ArizeInstrumentor()])
client = ArizeClient(api_key="...")
client.datasets.list(space="my-space")
respan.flush()
The instrumentor monkey-patches Arize SDK public client and subclient methods and emits each SDK operation into the shared Respan OpenTelemetry pipeline as a task span.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file respan_instrumentation_arize-0.1.0.tar.gz.
File metadata
- Download URL: respan_instrumentation_arize-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f4fc5707ccef180908c22c7c592ab3f4223bca795c6f82cb2f88b02b60b3edc
|
|
| MD5 |
efa71799eaa72edc666d8e713b7063c9
|
|
| BLAKE2b-256 |
a551c77381ec0031d56e489f3354c10e008aacbc4c24966c1b1b6d15803f19be
|
File details
Details for the file respan_instrumentation_arize-0.1.0-py3-none-any.whl.
File metadata
- Download URL: respan_instrumentation_arize-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf4d915e152e77b8d6a2255178a753202aea694d22a506242aaa0d0361985648
|
|
| MD5 |
b0b5d64f40fadcc01248cafbe8a1e84f
|
|
| BLAKE2b-256 |
c5b152cb785dfbb0b9827a44d2e0784f9995714bed3b543cd9094a2babc1ce6c
|