google_monitoring_cluster_istio_service

A Monitoring Service is the root resource under which operational aspects of a generic service are accessible. A service is some discrete, autonomous, and network-accessible unit, designed to solve an individual concern

An Cluster Istio monitoring service is automatically created by GCP to monitor Cluster Istio services.

To get more information about Service, see:

Example Usage - Monitoring Cluster Istio Service

# Monitors the default ClusterIstio service
data "google_monitoring_cluster_istio_service" "default" {
        location = "us-west2-a"
        cluster_name = "west"
        service_namespace = "istio-system"
        service_name = "istio-policy"
}

Argument Reference

The arguments of this data source act as filters for identifying a given -created service.

The given filters must match exactly one service whose data will be exported as attributes. The following arguments are supported:

The following fields must be specified:


Other optional fields include:

Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

The telemetry block includes: