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.
Implements
IMessage<Service.Types.IstioCanonicalService>, IEquatable<Service.Types.IstioCanonicalService>, IDeepCloneable<Service.Types.IstioCanonicalService>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
IstioCanonicalService()
public IstioCanonicalService()
IstioCanonicalService(Service.Types.IstioCanonicalService)
public IstioCanonicalService(Service.Types.IstioCanonicalService other)
Parameter | |
---|---|
Name | Description |
other | Service.Types.IstioCanonicalService |
Properties
CanonicalService
public string CanonicalService { get; set; }
The name of the canonical service underlying this service.
Corresponds to the destination_canonical_service_name
metric label in
label in Istio
metrics.
Property Value | |
---|---|
Type | Description |
String |
CanonicalServiceNamespace
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.
Property Value | |
---|---|
Type | Description |
String |
MeshUid
public string MeshUid { get; set; }
Identifier for the Istio mesh in which this canonical service is defined.
Corresponds to the mesh_uid
metric label in
Istio metrics.
Property Value | |
---|---|
Type | Description |
String |