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

MeshIstio

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

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

interface MeshIstio {
meshUid?: string;
serviceName?: string;
serviceNamespace?: string;
}

§Properties

§
meshUid?: string
[src]

Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.

§
serviceName?: string
[src]

The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.

§
serviceNamespace?: string
[src]

The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.