devel/rubygem-opentelemetry-instrumentation-resque: Add rubygem-opentelemetry-instrumentation-resque 0.5.2

The Resque instrumentation is a community-maintained instrumentation for the
Resque Ruby jobs system.
This commit is contained in:
Po-Chuan Hsieh 2024-07-29 20:30:58 +08:00
parent eba334e63d
commit fdf3313e62
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View file

@ -7410,6 +7410,7 @@
SUBDIR += rubygem-opentelemetry-instrumentation-rails
SUBDIR += rubygem-opentelemetry-instrumentation-rake
SUBDIR += rubygem-opentelemetry-instrumentation-redis
SUBDIR += rubygem-opentelemetry-instrumentation-resque
SUBDIR += rubygem-opentelemetry-instrumentation-restclient
SUBDIR += rubygem-opentelemetry-instrumentation-sidekiq
SUBDIR += rubygem-opentelemetry-registry

View file

@ -0,0 +1,22 @@
PORTNAME= opentelemetry-instrumentation-resque
PORTVERSION= 0.5.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Resque instrumentation for the OpenTelemetry framework
WWW= https://opentelemetry.io/ \
https://github.com/open-telemetry/opentelemetry-ruby-contrib \
https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/resque
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-opentelemetry-api>=1.0<2:devel/rubygem-opentelemetry-api \
rubygem-opentelemetry-instrumentation-base>=0.22.1<0.23:devel/rubygem-opentelemetry-instrumentation-base
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1722249014
SHA256 (rubygem/opentelemetry-instrumentation-resque-0.5.2.gem) = 7e4bb0fe2148ffd2547d5d30773484f7739f2919fe36beb181a98d5af71fa011
SIZE (rubygem/opentelemetry-instrumentation-resque-0.5.2.gem) = 12288

View file

@ -0,0 +1,2 @@
The Resque instrumentation is a community-maintained instrumentation for the
Resque Ruby jobs system.