You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-opentelemetry-instrumentation-psycopg2-0.55b1-1.lbn36.noarch
The integration with PostgreSQL supports the Psycopg library, it can be enabled by using Psycopg2Instrumentor.
RPMPackage python3-opentelemetry-instrumentation-logging-0.55b1-1.lbn36.noarch
The OpenTelemetry logging integration automatically injects tracing context into log statements. The integration registers a custom log record factory with the the standard library logging module that automatically inject tracing context into log record objects. Optionally, the integration can also call logging.basicConfig() to set a logging format with placeholders for span ID, trace ID and service name.
RPMPackage python3-opentelemetry-instrumentation-flask-0.55b1-1.lbn36.noarch
This library builds on the OpenTelemetry WSGI middleware to track web requests in Flask applications.
RPMPackage python3-opentelemetry-instrumentation-django-0.55b1-1.lbn36.noarch
This library allows tracing requests for Django applications.
RPMPackage python3-opentelemetry-instrumentation-dbapi-0.55b1-1.lbn36.noarch
Installation pip install opentelemetry-instrumentation-dbapi References OpenTelemetry Database API Instrumentation OpenTelemetry Project OpenTelemetry Python Examples
RPMPackage python3-opentelemetry-instrumentation-celery-0.55b1-1.lbn36.noarch
Instrumentation for Celery. Installation pip install opentelemetry-instrumentation-celery References OpenTelemetry Celery Instrumentation OpenTelemetry Project OpenTelemetry Python Examples
RPMPackage python3-opentelemetry-instrumentation-asgi-0.55b1-1.lbn36.noarch
This library provides a ASGI middleware that can be used on any ASGI framework (such as Django, Starlette, FastAPI or Quart) to track requests timing through OpenTelemetry. Installation pip install opentelemetry-instrumentation-asgi References OpenTelemetry Project OpenTelemetry Python Examples
RPMPackage python3-opentelemetry-instrumentation-0.55b1-1.lbn36.noarch
Installation pip install opentelemetry-instrumentation This package provides a couple of commands that help automatically instruments a program: Note You need to install a distro package to get auto instrumentation working. The opentelemetry-distro package contains the default distro and automatically configures some of the common options for users. For more info about opentelemetry-distro check here pip install opentelemetry-distro[otlp] opentelemetry-bootstrap opentelemetry-bootstrap --action=install|requirements This commands inspects the active Python site-packages and figures out which instrumentation packages the user might want to install. By default it prints out a list of the suggested instrumentation packages which can be added to a requirements.txt file. It also supports installing the suggested packages when run with --action=install flag. opentelemetry-instrument opentelemetry-instrument python program.py The instrument command will try to automatically detect packag
RPMPackage python3-opentelemetry-exporter-zipkin-proto-http-1.34.1-1.lbn36.noarch
This library allows export of tracing data to Zipkin using Protobuf for serialization. Installation pip install opentelemetry-exporter-zipkin-proto-http References OpenTelemetry Zipkin Exporter Zipkin OpenTelemetry Project
RPMPackage python3-opentelemetry-exporter-zipkin-json-1.34.1-1.lbn36.noarch
This library allows export of tracing data to Zipkin using JSON for serialization. Installation pip install opentelemetry-exporter-zipkin-json References OpenTelemetry Zipkin Exporter Zipkin OpenTelemetry Project
RPMPackage python3-opentelemetry-exporter-zipkin-1.34.1-1.lbn36.noarch
This library is provided as a convenience to install all supported OpenTelemetry Zipkin Exporters. Currently it installs: * opentelemetry-exporter-zipkin-json * opentelemetry-exporter-zipkin-proto-http In the future, additional packages may be available: * opentelemetry-exporter-zipkin-thrift To avoid unnecessary dependencies, users should install the specific package once they’ve determined their preferred serialization method. Installation pip install opentelemetry-exporter-zipkin References OpenTelemetry Zipkin Exporter Zipkin OpenTelemetry Project
RPMPackage python3-opentelemetry-exporter-prometheus-remote-write-0.46b0-1.lbn36.noarch
This library allows to export remote write metrics data to Prometheus.
RPMPackage python3-opentelemetry-exporter-prometheus-1.12.0rc1-1.lbn36.noarch
This library allows to export metrics data to Prometheus. Installation pip install opentelemetry-exporter-prometheus References OpenTelemetry Prometheus Exporter Prometheus OpenTelemetry Project
RPMPackage python3-opentelemetry-exporter-otlp-proto-http-1.34.1-1.lbn36.noarch
The Python Package Index (PyPI) is a repository of software for the Python programming language.
RPMPackage python3-opentelemetry-exporter-otlp-proto-grpc-1.34.1-1.lbn36.noarch
This library allows to export data to the OpenTelemetry Collector using the OpenTelemetry Protocol using Protobuf over gRPC. Installation pip install opentelemetry-exporter-otlp-proto-grpc References OpenTelemetry Collector Exporter OpenTelemetry Collector OpenTelemetry OpenTelemetry Protocol Specification
RPMPackage python3-opentelemetry-exporter-otlp-proto-common-1.34.1-1.lbn36.noarch
This library is provided as a convenience to encode to Protobuf. Currently used by: opentelemetry-exporter-otlp-proto-grpc opentelemetry-exporter-otlp-proto-http Installation pip install opentelemetry-exporter-otlp-proto-common References OpenTelemetry OpenTelemetry Protocol Specification
RPMPackage python3-opentelemetry-exporter-otlp-1.34.1-1.lbn36.noarch
This library is provided as a convenience to install all supported OpenTelemetry Collector Exporters. Currently it installs: opentelemetry-exporter-otlp-proto-grpc opentelemetry-exporter-otlp-proto-http In the future, additional packages will be available: * opentelemetry-exporter-otlp-json-http To avoid unnecessary dependencies, users should install the specific package once they’ve determined their preferred serialization and protocol method.
RPMPackage python3-opentelemetry-exporter-opencensus-0.29~b0-5.fc36.noarch
This library allows to export traces using OpenCensus.
RPMPackage python3-opentelemetry-exporter-jaeger-thrift-1.21.0-1.lbn36.noarch
Warning Since v1.35, the Jaeger supports OTLP natively. Please use the OTLP exporter instead. Support for this exporter will end July 2023. This library allows to export tracing data to Jaeger using Thrift. Installation pip install opentelemetry-exporter-jaeger-thrift Configuration OpenTelemetry Jaeger Exporter can be configured by setting JaegerExporter parameters or by setting environment variables References OpenTelemetry Jaeger Exporter Jaeger OpenTelemetry Project
RPMPackage python3-opentelemetry-exporter-jaeger-proto-grpc-1.21.0-1.lbn36.noarch
Warning Since v1.35, the Jaeger supports OTLP natively. Please use the OTLP exporter instead. Support for this exporter will end July 2023. This library allows to export tracing data to Jaeger. Installation pip install opentelemetry-exporter-jaeger-proto-grpc Configuration OpenTelemetry Jaeger Exporter can be configured by setting JaegerExporter parameters or by setting environment variables References OpenTelemetry Jaeger Exporter Jaeger OpenTelemetry Project