Istio Canonical Service Response
data class IstioCanonicalServiceResponse(val canonicalService: String, val canonicalServiceNamespace: String, val meshUid: String)
Canonical service scoped to an Istio mesh. Anthos clusters running ASM >= 1.6.8 will have their services ingested as this type.
Properties
Link copied to clipboard
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).
Link copied to clipboard
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).