You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-opentelemetry-test-utils-0.55b1-1.lbn36.noarch
This package provides internal testing utilities for the OpenTelemetry Python project and provides no stability or quality guarantees. Please do not use it for anything other than writing or running tests for the OpenTelemetry Python project (github.com/open-telemetry/opentelemetry-python). References OpenTelemetry Project
RPMPackage python3-opentelemetry-semantic-conventions-0.55b1-1.lbn36.noarch
This library contains generated code for the semantic conventions defined by the OpenTelemetry specification. Installation pip install opentelemetry-semantic-conventions Code Generation These files were generated automatically from code in semconv. To regenerate the code, run ../scripts/semconv/generate.sh. To build against a new release or specific commit of opentelemetry-specification, update the SPEC_VERSION variable in ../scripts/semconv/generate.sh. Then run the script and commit the changes. References OpenTelemetry Project OpenTelemetry Semantic Conventions YAML Definitions generate.sh script
RPMPackage python3-opentelemetry-sdk-1.34.1-1.lbn36.noarch
Installation pip install opentelemetry-sdk References OpenTelemetry Project
RPMPackage python3-opentelemetry-proto-1.34.1-1.lbn36.noarch
This library contains the generated code for OpenTelemetry protobuf data model. The code in the current package was generated using the v0.17.0 release of opentelemetry-proto. Installation pip install opentelemetry-proto Code Generation These files were generated automatically from code in opentelemetry-proto. To regenerate the code, run ../scripts/proto_codegen.sh. To build against a new release or specific commit of opentelemetry-proto, update the PROTO_REPO_BRANCH_OR_COMMIT variable in ../scripts/proto_codegen.sh. Then run the script and commit the changes as well as any fixes needed in the OTLP exporter. References OpenTelemetry Project OpenTelemetry Proto proto_codegen.sh script
RPMPackage python3-opentelemetry-propagator-jaeger-1.10.0-5.fc36.noarch
This library provides a propagator for the Jaeger format.
RPMPackage python3-opentelemetry-propagator-b3-1.10.0-5.fc36.noarch
This library provides a propagator for the B3 format.
RPMPackage python3-opentelemetry-opentracing-shim-0.29~b0-5.fc36.noarch
OpenTracing Shim for OpenTelemetry.
RPMPackage python3-opentelemetry-launcher-1.14.0-1.lbn36.noarch
![build status]( [![PyPI version]( [![Downloads]( Launcher, a Lightstep Distro for OpenTelemetry 🚀 What is Launcher?Launcher is a configuration layer that chooses default values for configuration options that many OpenTelemetry users want. It provides a single function in each language to simplify discovery of the options and components available to users. The goal of Launcher is to help users...
RPMPackage python3-opentelemetry-instrumentation-wsgi-0.55b1-1.lbn36.noarch
This library provides a WSGI middleware that can be used on any WSGI framework (such as Django / Flask) to track requests timing through OpenTelemetry.
RPMPackage python3-opentelemetry-instrumentation-requests-0.55b1-1.lbn36.noarch
Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
RPMPackage python3-opentelemetry-instrumentation-redis-0.55b1-1.lbn36.noarch
This library allows tracing requests made by the Redis library.
RPMPackage python3-opentelemetry-instrumentation-pymysql-0.55b1-1.lbn36.noarch
Installation pip install opentelemetry-instrumentation-pymysql References OpenTelemetry PyMySQL Instrumentation OpenTelemetry Project OpenTelemetry Python Examples
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