net/rubygem-google-cloud-trace: Ad rubygem-google-cloud-trace 0.42.2

Stackdriver Trace is a distributed tracing system that collects latency data
from your applications and displays it in the Google Cloud Platform Console. You
can track how requests propagate through your application and receive detailed
near real-time performance insights. Stackdriver Trace automatically analyzes
all of your application's traces to generate in-depth latency reports to surface
performance degradations, and can capture traces from all of your VMs,
containers, or Google App Engine projects.
This commit is contained in:
Po-Chuan Hsieh
2023-12-14 13:32:05 +08:00
parent 92e6a99549
commit c246f5fe55
4 changed files with 37 additions and 0 deletions
+1
View File
@@ -1326,6 +1326,7 @@
SUBDIR += rubygem-google-cloud-spanner-v1
SUBDIR += rubygem-google-cloud-storage
SUBDIR += rubygem-google-cloud-storage144
SUBDIR += rubygem-google-cloud-trace
SUBDIR += rubygem-grpc
SUBDIR += rubygem-hangouts-chat
SUBDIR += rubygem-http-parser
+26
View File
@@ -0,0 +1,26 @@
PORTNAME= google-cloud-trace
PORTVERSION= 0.42.2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Official library for Stackdriver Trace
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-trace/latest/ \
https://googleapis.github.io/google-cloud-ruby/docs/ \
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-trace \
https://github.com/googleapis/google-cloud-ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-concurrent-ruby>=1.1<2:devel/rubygem-concurrent-ruby \
rubygem-google-cloud-core>=1.5<2:net/rubygem-google-cloud-core \
rubygem-google-cloud-trace-v1>=0.0<1:net/rubygem-google-cloud-trace-v1 \
rubygem-google-cloud-trace-v2>=0.0<1:net/rubygem-google-cloud-trace-v2 \
rubygem-stackdriver-core>=1.3<2:net/rubygem-stackdriver-core
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1702028030
SHA256 (rubygem/google-cloud-trace-0.42.2.gem) = 3da5b5d3095861b6899fe680d05a723b5ab9ffa4b40e58fc69b791d512c85153
SIZE (rubygem/google-cloud-trace-0.42.2.gem) = 44544
+7
View File
@@ -0,0 +1,7 @@
Stackdriver Trace is a distributed tracing system that collects latency data
from your applications and displays it in the Google Cloud Platform Console. You
can track how requests propagate through your application and receive detailed
near real-time performance insights. Stackdriver Trace automatically analyzes
all of your application's traces to generate in-depth latency reports to surface
performance degradations, and can capture traces from all of your VMs,
containers, or Google App Engine projects.