devel/py-opentelemetry-util-http: Add py-opentelemetry-util-http 0.55b1
OpenTelemetry Util HTTP 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.
This commit is contained in:
parent
50c370873d
commit
ad766bf8d3
@ -5338,6 +5338,7 @@
|
||||
SUBDIR += py-opentelemetry-proto
|
||||
SUBDIR += py-opentelemetry-sdk
|
||||
SUBDIR += py-opentelemetry-semantic-conventions
|
||||
SUBDIR += py-opentelemetry-util-http
|
||||
SUBDIR += py-opentracing
|
||||
SUBDIR += py-opster
|
||||
SUBDIR += py-optik
|
||||
|
||||
23
devel/py-opentelemetry-util-http/Makefile
Normal file
23
devel/py-opentelemetry-util-http/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
PORTNAME= opentelemetry-util-http
|
||||
PORTVERSION= 0.55b1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= opentelemetry_util_http-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Web util for OpenTelemetry
|
||||
WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/util/opentelemetry-util-http \
|
||||
https://github.com/open-telemetry/opentelemetry-python-contrib \
|
||||
https://opentelemetry.io/
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/py-opentelemetry-util-http/distinfo
Normal file
3
devel/py-opentelemetry-util-http/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1751208114
|
||||
SHA256 (opentelemetry_util_http-0.55b1.tar.gz) = 29e119c1f6796cccf5fc2aedb55274435cde5976d0ac3fec3ca20a80118f821e
|
||||
SIZE (opentelemetry_util_http-0.55b1.tar.gz) = 8038
|
||||
3
devel/py-opentelemetry-util-http/pkg-descr
Normal file
3
devel/py-opentelemetry-util-http/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
OpenTelemetry Util HTTP 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.
|
||||
Loading…
x
Reference in New Issue
Block a user