OpenTelemetry IBM Watsonx Instrumentation
Project description
OpenTelemetry IBM Watsonx Instrumentation
This library allows tracing IBM Watsonx prompts and completions sent with the official IBM Watson Machine Learning library and IBM watsonx.ai library.
Installation
pip install opentelemetry-instrumentation-watsonx
Example usage
from opentelemetry.instrumentation.watsonx import WatsonxInstrumentor
WatsonxInstrumentor().instrument()
Privacy
By default, this instrumentation logs prompts, completions, and embeddings to span attributes. This gives you a clear visibility into how your LLM application is working, and can make it easy to debug and evaluate the quality of the outputs.
However, you may want to disable this logging for privacy reasons, as they may contain highly sensitive data from your users. You may also simply want to reduce the size of your traces.
To disable logging, set the IFTRACER_TRACE_CONTENT environment variable to false.
IFTRACER_TRACE_CONTENT=false
SSL Issue
In case of SSL handshake issues (or similar ones) as follows:
E0423 17:04:25.197068000 6150713344 ssl_transport_security.cc:1420] Handshake failed with fatal error SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER.
You can instruct the exporter with an environment variable to ignore SSL errors:
OTEL_EXPORTER_OTLP_INSECURE=true
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 opentelemetry_if_instrumentation_watsonx-0.25.6.tar.gz.
File metadata
- Download URL: opentelemetry_if_instrumentation_watsonx-0.25.6.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e24e8c929994925c65d170344d28d7492a88de90387291e147db2143e5508a2
|
|
| MD5 |
206bd7a99653ae765fa3feafcdf1b896
|
|
| BLAKE2b-256 |
ee95fd8c2d8547c1ceed3017289c9f1754978c87e7d8716401fce734a46d5bac
|
File details
Details for the file opentelemetry_if_instrumentation_watsonx-0.25.6-py3-none-any.whl.
File metadata
- Download URL: opentelemetry_if_instrumentation_watsonx-0.25.6-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2415f246923cfdf6f178e1fbf4bab732209c04a1ca3cb0874d801dc80ba44f7
|
|
| MD5 |
f5e7442dcb07c7f901f59b6645143ad6
|
|
| BLAKE2b-256 |
7e34d958344ebdbf824a0ad845ce46a138473270adf279456da6a93629627266
|