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 page details the `IstioCanonicalService` class within the `Google.Cloud.Monitoring.V3` namespace, which represents a canonical service within an Istio mesh."],["The `IstioCanonicalService` class is implemented as part of the Google Cloud Monitoring .NET library and is compatible with Anthos clusters running ASM version 1.6.8 or higher."],["The most recent version of `IstioCanonicalService` is 3.15.0, with numerous prior versions available for reference, from 3.14.0 all the way down to 2.3.0, and version 2.5.0 is the specific version for this page."],["The `IstioCanonicalService` class has properties that allow users to retrieve the `CanonicalService` name, its `CanonicalServiceNamespace`, and its `MeshUid`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes constructors for creating new instances of the class."]]],[]]