Date: Thu, 14 Dec 2023 06:05:16 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c3c38c1a1e32 - main - net/rubygem-google-cloud-trace-v1: Add rubygem-google-cloud-trace-v1 0.7.0 Message-ID: <202312140605.3BE65GrH098227@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3c38c1a1e3273f9a859fa36e8d767caffec27d0 commit c3c38c1a1e3273f9a859fa36e8d767caffec27d0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-14 05:32:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-14 05:32:10 +0000 net/rubygem-google-cloud-trace-v1: Add rubygem-google-cloud-trace-v1 0.7.0 Ruby Client for the Cloud Trace V1 API Sends application trace data to Stackdriver Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Trace API directly. If you are looking to instrument your application for Stackdriver Trace, we recommend using OpenTelemetry. The Cloud Trace API lets you send and retrieve latency data to and from Cloud Trace. This API provides low-level interfaces for interacting directly with the feature. For some languages, you can use OpenTelemetry, a set of open source tracing and stats instrumentation libraries that work with multiple backends. --- net/Makefile | 1 + net/rubygem-google-cloud-trace-v1/Makefile | 23 +++++++++++++++++++++++ net/rubygem-google-cloud-trace-v1/distinfo | 3 +++ net/rubygem-google-cloud-trace-v1/pkg-descr | 12 ++++++++++++ 4 files changed, 39 insertions(+) diff --git a/net/Makefile b/net/Makefile index 201c6c0abfab..877a11b40fbf 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1327,6 +1327,7 @@ SUBDIR += rubygem-google-cloud-storage SUBDIR += rubygem-google-cloud-storage144 SUBDIR += rubygem-google-cloud-trace + SUBDIR += rubygem-google-cloud-trace-v1 SUBDIR += rubygem-grpc SUBDIR += rubygem-hangouts-chat SUBDIR += rubygem-http-parser diff --git a/net/rubygem-google-cloud-trace-v1/Makefile b/net/rubygem-google-cloud-trace-v1/Makefile new file mode 100644 index 000000000000..2f1223fdc7e6 --- /dev/null +++ b/net/rubygem-google-cloud-trace-v1/Makefile @@ -0,0 +1,23 @@ +PORTNAME= google-cloud-trace-v1 +PORTVERSION= 0.7.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby Client for the Cloud Trace V1 API +WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-trace-v1/latest/ \ + https://googleapis.github.io/google-cloud-ruby/docs/ \ + https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-trace-v1 \ + https://github.com/googleapis/google-cloud-ruby + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-gapic-common>=0.20.0<2.0:devel/rubygem-gapic-common \ + rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-google-cloud-trace-v1/distinfo b/net/rubygem-google-cloud-trace-v1/distinfo new file mode 100644 index 000000000000..936dcae26374 --- /dev/null +++ b/net/rubygem-google-cloud-trace-v1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1702028032 +SHA256 (rubygem/google-cloud-trace-v1-0.7.0.gem) = b7d0315c3888380694c21b50ac0da1d97e70f89b8b7c1452df355784c7831339 +SIZE (rubygem/google-cloud-trace-v1-0.7.0.gem) = 41984 diff --git a/net/rubygem-google-cloud-trace-v1/pkg-descr b/net/rubygem-google-cloud-trace-v1/pkg-descr new file mode 100644 index 000000000000..ac512305c261 --- /dev/null +++ b/net/rubygem-google-cloud-trace-v1/pkg-descr @@ -0,0 +1,12 @@ +Ruby Client for the Cloud Trace V1 API + +Sends application trace data to Stackdriver Trace for viewing. Trace data is +collected for all App Engine applications by default. Trace data from other +applications can be provided using this API. This library is used to interact +with the Trace API directly. If you are looking to instrument your application +for Stackdriver Trace, we recommend using OpenTelemetry. + +The Cloud Trace API lets you send and retrieve latency data to and from Cloud +Trace. This API provides low-level interfaces for interacting directly with the +feature. For some languages, you can use OpenTelemetry, a set of open source +tracing and stats instrumentation libraries that work with multiple backends.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312140605.3BE65GrH098227>