net/rubygem-google-cloud-trace-v2: Add rubygem-google-cloud-trace-v2 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.
This commit is contained in:
parent
c3c38c1a1e
commit
cc6da3b565
4 changed files with 39 additions and 0 deletions
|
@ -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
|
||||
|
|
23
net/rubygem-google-cloud-trace-v2/Makefile
Normal file
23
net/rubygem-google-cloud-trace-v2/Makefile
Normal file
|
@ -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
net/rubygem-google-cloud-trace-v2/distinfo
Normal file
3
net/rubygem-google-cloud-trace-v2/distinfo
Normal file
|
@ -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
net/rubygem-google-cloud-trace-v2/pkg-descr
Normal file
12
net/rubygem-google-cloud-trace-v2/pkg-descr
Normal file
|
@ -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.
|
Loading…
Reference in a new issue