You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage zabbix-dbfiles-mysql-7.2.2-3.lbn36.noarch
Zabbix database schemas, images, data and patches necessary for creating and/or updating MySQL databases
RPMPackage zabbix-agent-7.2.2-3.lbn36.x86_64
Zabbix agent, to be installed on monitored systems
RPMPackage zabbix-7.2.2-3.lbn36.x86_64
Zabbix is software that monitors numerous parameters of a network and the health and integrity of servers. Zabbix uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. Zabbix offers excellent reporting and data visualization features based on the stored data. This makes Zabbix ideal for capacity planning. Zabbix supports both polling and trapping. All Zabbix reports and statistics, as well as configuration parameters are accessed through a web-based front end. A web-based front end ensures that the status of your network and the health of your servers can be assessed from any location. Properly configured, Zabbix can play an important role in monitoring IT infrastructure. This is equally true for small organizations with a few servers and for large companies with a multitude of servers.
RPMPackage python3-opentelemetry-util-http-0.49b2-1.lbn36.noarch
This library provides ASGI, WSGI middleware and other HTTP-related functionality that is common to instrumented web frameworks (such as Django, Starlette, FastAPI, etc.) to track requests timing through OpenTelemetry. Installation pip install opentelemetry-util-http Usage (Quart) from quart import Quart from opentelemetry.instrumentation.asgi import OpenTelemetryMiddleware app = Quart(__name__) app.asgi_app = OpenTelemetryMiddleware(app.asgi_app) @app.route("/") async def hello(): return "Hello!" if __name__ == "__main__": app.run(debug=True) Usage (Django 3.0) Modify the application’s asgi.py file as shown below. import os from django.core.asgi import get_asgi_application from opentelemetry.instrumentation.asgi import OpenTelemetryMiddleware os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'asgi_example.settings') application = get_asgi_application() application = OpenTelemetryMiddleware(application) Usage (Raw ASGI) from opentelemetry.instrumentation.asgi import Op
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.49b2-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. Installation pip install opentelemetry-instrumentation-wsgi References OpenTelemetry WSGI Middleware OpenTelemetry Project WSGI OpenTelemetry Python Examples
RPMPackage python3-opentelemetry-instrumentation-requests-0.49b2-1.lbn36.noarch
Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
RPMPackage python3-opentelemetry-instrumentation-redis-0.49b2-1.lbn36.noarch
This library allows tracing requests made by the Redis library. Installation pip install opentelemetry-instrumentation-redis References OpenTelemetry Redis Instrumentation OpenTelemetry Project OpenTelemetry Python Examples
RPMPackage python3-opentelemetry-instrumentation-pymysql-0.49b2-1.lbn36.noarch
Installation pip install opentelemetry-instrumentation-pymysql References OpenTelemetry PyMySQL Instrumentation OpenTelemetry Project OpenTelemetry Python Examples
RPMPackage python3-opentelemetry-instrumentation-psycopg2-0.49b2-1.lbn36.noarch
Installation pip install opentelemetry-instrumentation-psycopg2 References OpenTelemetry Psycopg Instrumentation OpenTelemetry Project OpenTelemetry Python Examples
RPMPackage python3-opentelemetry-instrumentation-logging-0.49b2-1.lbn36.noarch
Installation pip install opentelemetry-instrumentation-logging References OpenTelemetry logging integration OpenTelemetry Project OpenTelemetry Python Examples
RPMPackage python3-opentelemetry-instrumentation-flask-0.49b2-1.lbn36.noarch
This library builds on the OpenTelemetry WSGI middleware to track web requests in Flask applications. Installation pip install opentelemetry-instrumentation-flask References OpenTelemetry Flask Instrumentation OpenTelemetry Project OpenTelemetry Python Examples
RPMPackage python3-opentelemetry-instrumentation-django-0.49b2-1.lbn36.noarch
This library allows tracing requests for Django applications. Installation pip install opentelemetry-instrumentation-django References Django OpenTelemetry Instrumentation for Django OpenTelemetry Project OpenTelemetry Python Examples
RPMPackage python3-opentelemetry-instrumentation-dbapi-0.49b2-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.49b2-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.49b2-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.49b2-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