Skip to content

Commit

Permalink
net/rubygem-google-cloud-trace-v2: Add rubygem-google-cloud-trace-v2 …
Browse files Browse the repository at this point in the history
…0.7.0

Ruby Client for the Cloud Trace V2 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.
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent c3c38c1 commit cc6da3b
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,7 @@
SUBDIR += rubygem-google-cloud-storage144
SUBDIR += rubygem-google-cloud-trace
SUBDIR += rubygem-google-cloud-trace-v1
SUBDIR += rubygem-google-cloud-trace-v2
SUBDIR += rubygem-grpc
SUBDIR += rubygem-hangouts-chat
SUBDIR += rubygem-http-parser
Expand Down
23 changes: 23 additions & 0 deletions net/rubygem-google-cloud-trace-v2/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
PORTNAME= google-cloud-trace-v2
PORTVERSION= 0.7.0
CATEGORIES= net rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby Client for the Cloud Trace V2 API
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-trace-v2/latest/ \
https://googleapis.github.io/google-cloud-ruby/docs/ \
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-trace-v2 \
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>
3 changes: 3 additions & 0 deletions net/rubygem-google-cloud-trace-v2/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1702028034
SHA256 (rubygem/google-cloud-trace-v2-0.7.0.gem) = 6679031777600c2fad35da46374fc1476ab4fed6f681a8af7a5eef8ee872b68f
SIZE (rubygem/google-cloud-trace-v2-0.7.0.gem) = 44544
12 changes: 12 additions & 0 deletions net/rubygem-google-cloud-trace-v2/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Ruby Client for the Cloud Trace V2 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.

0 comments on commit cc6da3b

Please sign in to comment.