Class ClusterIstio

ClusterIstio(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type.

Attributes

NameDescription
location str
The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the ``location`` resource label in ``k8s_cluster`` resources.
cluster_name str
The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the ``cluster_name`` resource label in ``k8s_cluster`` resources.
service_namespace str
The namespace of the Istio service underlying this service. Corresponds to the ``destination_service_namespace`` metric label in Istio metrics.
service_name str
The name of the Istio service underlying this service. Corresponds to the ``destination_service_name`` metric label in Istio metrics.

Inheritance

builtins.object > proto.message.Message > ClusterIstio