public sealed class IstioCanonicalService : IMessage<Service.Types.IstioCanonicalService>, IEquatable<Service.Types.IstioCanonicalService>, IDeepCloneable<Service.Types.IstioCanonicalService>, IBufferMessage, IMessage
Canonical service scoped to an Istio mesh. Anthos clusters running ASM >=
1.6.8 will have their services ingested as this type.
The name of the canonical service underlying this service.
Corresponds to the destination_canonical_service_name metric label in
label in Istio
metrics.
public string CanonicalServiceNamespace { get; set; }
The namespace of the canonical service underlying this service.
Corresponds to the destination_canonical_service_namespace metric
label in Istio
metrics.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `IstioCanonicalService` class within the `Google.Cloud.Monitoring.V3` namespace, specifically within version 2.6.0 of the library."],["`IstioCanonicalService` is a class representing a service within an Istio mesh, commonly used in Anthos clusters with ASM version 1.6.8 or greater, and is derived from `Object` while implementing several interfaces, including `IMessage` and `IEquatable`."],["The page offers links to various versions of the `IstioCanonicalService`, ranging from version 2.3.0 up to 3.15.0 (latest)."],["The class has several key properties: `CanonicalService`, `CanonicalServiceNamespace`, and `MeshUid`, which provide details about the canonical service's name, namespace, and the mesh it belongs to, respectively, and the values for each of these properties is of type `String`."],["There are two constructors for the `IstioCanonicalService` class, one parameterless and one accepting another `Service.Types.IstioCanonicalService` object."]]],[]]