-
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
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 36
-
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
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 36
-
python3-opentelemetry-util-http-0.55b1-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
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 36
-
python3-opsgenie-sdk-2.1.5-1.lbn36.noarch
Python SDK for Opsgenie REST APIThis Python package is automatically generated
by the [OpenAPI Generator]() project:- API version: 2.0.0 - Package version:
2.1.5 - Build package:
com.atlassian.opsgenie.codegen.geniepy.GeniepyGeneratorFor more information,
please visit [ Requirements.Python 2.7 and 3.4+ Installation & Usage pip
installIf the python package is hosted on Github, you can install...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-optuna-4.3.0-1.lbn36.noarch
Optuna is an automatic hyperparameter optimization software framework,
particularly designed for machine learning. It features an imperative,
define-by-run style user API. Thanks to our define-by-run API, the
code written with Optuna enjoys high modularity, and the user of
Optuna can dynamically construct the search spaces for the hyperparameters.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-oracledb-2.2.1-1.lbn36.x86_64
The python-oracledb driver is a Python programming language extension module
allowing Python programs to connect to Oracle Database. Python-oracledb
is the new name for Oracle's popular cx_Oracle driver.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-ordered-set-2.0.0-3.lbn19.noarch
An OrderedSet is a custom MutableSet that remembers its order, so that every
entry has an index that can be looked up.
This package contains python3 bindings.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
python3-ordered-set-2.0.0-3.lbn19.noarch
An OrderedSet is a custom MutableSet that remembers its order, so that every
entry has an index that can be looked up.
This package contains python3 bindings.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-ordered-set-2.0.2-7.lbn25.py37.noarch
An OrderedSet is a custom MutableSet that remembers its order, so that every
entry has an index that can be looked up.
Python 3 version.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25