Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IstioCanonicalService

import type { IstioCanonicalService } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Canonical service scoped to an Istio mesh. Anthos clusters running ASM >= 1.6.8 will have their services ingested as this type.

interface IstioCanonicalService {
canonicalService?: string;
canonicalServiceNamespace?: string;
meshUid?: string;
}

§Properties

§
canonicalService?: string
[src]

The name of the canonical service underlying this service. Corresponds to the destination_canonical_service_name metric label in label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).

§
canonicalServiceNamespace?: string
[src]

The namespace of the canonical service underlying this service. Corresponds to the destination_canonical_service_namespace metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).

§
meshUid?: string
[src]

Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the mesh_uid metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).