Pre-release
This release is a pre-release and may not be stable for production use.
OpenTelemetry unhandled exceptions instrumentation
Installation
pip install opentelemetry-instrumentation-exceptions
Usage
from opentelemetry.instrumentation.exceptions import (
UnhandledExceptionInstrumentor,
)
UnhandledExceptionInstrumentor().instrument()
This instrumentation captures uncaught process exceptions, uncaught thread exceptions, and unhandled asyncio task exceptions and emits them as OpenTelemetry logs.
References
Release files for opentelemetry-instrumentation-exceptions 0.66b0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| opentelemetry_instrumentation_exceptions-0.66b0.tar.gz | 8.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| opentelemetry_instrumentation_exceptions-0.66b0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.3 kB
Release files / opentelemetry_instrumentation_exceptions-0.66b0.tar.gz
| Download URL | opentelemetry_instrumentation_exceptions-0.66b0.tar.gz |
|---|---|
| Size | 8.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
deab32c68793e3658b86fe77b22154f64237b04fcd9df03c91662136520ea11e
|
|
BLAKE2b-256 checksum How to use checksums |
79d96c295958d6ccf0b326a5e6c467c76c702176aa4acd91b89d37b864c74693
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.21
|
Release files / opentelemetry_instrumentation_exceptions-0.66b0-py3-none-any.whl
| Download URL | opentelemetry_instrumentation_exceptions-0.66b0-py3-none-any.whl |
|---|---|
| Size | 8.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
579bbaa0a316a4f3f5caf3dcc26edb6d339ebdb2a48093f8f96840753ac2769c
|
|
BLAKE2b-256 checksum How to use checksums |
953aa8eca46ada95cd14ba49d2983ed8c0e2eec5e998e8b87e560bbb7cde4c28
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.21
|