Skip to content

Commit

Permalink
net/rubygem-google-cloud-monitoring-metrics_scope-v1: Add rubygem-goo…
Browse files Browse the repository at this point in the history
…gle-cloud-monitoring-metrics_scope-v1 0.4.0

Ruby Client for the Cloud Monitoring Metrics Scopes V1 API

Manages your Cloud Monitoring data and configurations. Most projects must be
associated with a Workspace, with a few exceptions as noted on the individual
method pages. The table entries below are presented in alphabetical order, not
in order of common use. For explanations of the concepts found in the table
entries, read the Cloud Monitoring documentation.

Cloud Monitoring collects metrics, events, and metadata from Google Cloud,
Amazon Web Services (AWS), hosted uptime probes, and application
instrumentation. The Metrics Scopes API manages the list of monitored projects
and accounts.
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 6a3218a commit e36fa72
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,7 @@
SUBDIR += rubygem-google-cloud-logging-v2
SUBDIR += rubygem-google-cloud-monitoring
SUBDIR += rubygem-google-cloud-monitoring-dashboard-v1
SUBDIR += rubygem-google-cloud-monitoring-metrics_scope-v1
SUBDIR += rubygem-google-cloud-pubsub
SUBDIR += rubygem-google-cloud-pubsub-v1
SUBDIR += rubygem-google-cloud-resource_manager
Expand Down
22 changes: 22 additions & 0 deletions net/rubygem-google-cloud-monitoring-metrics_scope-v1/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PORTNAME= google-cloud-monitoring-metrics_scope-v1
PORTVERSION= 0.4.0
CATEGORIES= net rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby Client for the Cloud Monitoring Metrics Scopes V1 API
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-monitoring-metrics_scope-v1/latest/ \
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-monitoring-metrics_scope-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>
3 changes: 3 additions & 0 deletions net/rubygem-google-cloud-monitoring-metrics_scope-v1/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1702028026
SHA256 (rubygem/google-cloud-monitoring-metrics_scope-v1-0.4.0.gem) = 1e2eb012b53944c41d27a95d135cd3d9ecbd58ea234c328713c2b4e0d9d27bbe
SIZE (rubygem/google-cloud-monitoring-metrics_scope-v1-0.4.0.gem) = 41472
12 changes: 12 additions & 0 deletions net/rubygem-google-cloud-monitoring-metrics_scope-v1/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Ruby Client for the Cloud Monitoring Metrics Scopes V1 API

Manages your Cloud Monitoring data and configurations. Most projects must be
associated with a Workspace, with a few exceptions as noted on the individual
method pages. The table entries below are presented in alphabetical order, not
in order of common use. For explanations of the concepts found in the table
entries, read the Cloud Monitoring documentation.

Cloud Monitoring collects metrics, events, and metadata from Google Cloud,
Amazon Web Services (AWS), hosted uptime probes, and application
instrumentation. The Metrics Scopes API manages the list of monitored projects
and accounts.

0 comments on commit e36fa72

Please sign in to comment.