1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/rubygem-opentelemetry-helpers-mysql: Add rubygem-opentelemetry-helpers-mysql 0.1.1

This Ruby gem contains logic shared among MySQL adapter libraries, such as
mysql2 and trilogy. It's intended for use by by gem authors instrumenting MySQL
adapter libraries.
This commit is contained in:
Po-Chuan Hsieh 2024-07-29 20:30:21 +08:00
parent da77ee190b
commit 0d5208b47f
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View File

@ -7381,6 +7381,7 @@
SUBDIR += rubygem-opentelemetry-api
SUBDIR += rubygem-opentelemetry-common
SUBDIR += rubygem-opentelemetry-exporter-otlp
SUBDIR += rubygem-opentelemetry-helpers-mysql
SUBDIR += rubygem-opentelemetry-helpers-sql-obfuscation
SUBDIR += rubygem-opentelemetry-instrumentation-action_mailer
SUBDIR += rubygem-opentelemetry-instrumentation-action_pack

View File

@ -0,0 +1,22 @@
PORTNAME= opentelemetry-helpers-mysql
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= MySQL Instrumentation Helpers 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/helpers/mysql
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-opentelemetry-api>=1.0<2:devel/rubygem-opentelemetry-api \
rubygem-opentelemetry-common>=0.21<1:devel/rubygem-opentelemetry-common
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1722249000
SHA256 (rubygem/opentelemetry-helpers-mysql-0.1.1.gem) = cd99dab90bc7e483f071905ccdec266f82f13d4f2f8cf7c54d225b2c731ad1da
SIZE (rubygem/opentelemetry-helpers-mysql-0.1.1.gem) = 10752

View File

@ -0,0 +1,3 @@
This Ruby gem contains logic shared among MySQL adapter libraries, such as
mysql2 and trilogy. It's intended for use by by gem authors instrumenting MySQL
adapter libraries.