Module: Google::Cloud::Monitoring::V3::GroupService

Defined in:
lib/google/cloud/monitoring/v3/group_service.rb,
lib/google/cloud/monitoring/v3/group_service/paths.rb,
lib/google/cloud/monitoring/v3/group_service/client.rb,
lib/google/cloud/monitoring/v3/group_service/credentials.rb

Overview

The Group API lets you inspect and manage your groups.

A group is a named filter that is used to identify a collection of monitored resources. Groups are typically used to mirror the physical and/or logical topology of the environment. Because group membership is computed dynamically, monitored resources that are started in the future are automatically placed in matching groups. By using a group to name monitored resources in, for example, an alert policy, the target of that alert policy is updated automatically as monitored resources are added and removed from the infrastructure.

Examples:

Load this service and instantiate a gRPC client


require "google/cloud/monitoring/v3/group_service"
client = ::Google::Cloud::Monitoring::V3::GroupService::Client.new

Defined Under Namespace

Modules: Paths Classes: Client, Credentials