public sealed class Service.Types.IstioCanonicalService : IMessage<Service.Types.IstioCanonicalService>, IEquatable<Service.Types.IstioCanonicalService>, IDeepCloneable<Service.Types.IstioCanonicalService>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class Service.Types.IstioCanonicalService.
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 `Service.Types.IstioCanonicalService` class within the Google Cloud Monitoring v3 API, specifically detailing its structure and usage in .NET."],["The `IstioCanonicalService` class represents a canonical service within an Istio mesh, used in Anthos clusters running ASM 1.6.8 or later, and is identified through metrics like `destination_canonical_service_name` and `destination_canonical_service_namespace`."],["The latest version of the `IstioCanonicalService` documentation is for version 3.15.0, and the page offers links to previous versions, going back to version 2.3.0."],["Key properties of `IstioCanonicalService` include `CanonicalService`, `CanonicalServiceNamespace`, and `MeshUid`, which provide information about the canonical service's name, namespace, and the Istio mesh it belongs to, respectively."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to create new instances of the `IstioCanonicalService` class."]]],[]]