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.
This commit is contained in:
Po-Chuan Hsieh 2023-12-14 13:32:10 +08:00
parent c246f5fe55
commit c3c38c1a1e
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 39 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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.