Class IstioCanonicalService
Canonical service scoped to an Istio mesh. Anthos clusters running ASM >= 1.6.8 will have their services ingested as this type.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class IstioCanonicalService : IDirectResponseSchema
Properties
CanonicalService
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).
Declaration
[JsonProperty("canonicalService")]
public virtual string CanonicalService { get; set; }
Property Value
Type | Description |
---|---|
string |
CanonicalServiceNamespace
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).
Declaration
[JsonProperty("canonicalServiceNamespace")]
public virtual string CanonicalServiceNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MeshUid
Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the mesh_uid metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
Declaration
[JsonProperty("meshUid")]
public virtual string MeshUid { get; set; }
Property Value
Type | Description |
---|---|
string |