Class MeshIstio (2.11.0)

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

Istio service scoped to an Istio mesh. Anthos clusters running ASM < 1.6.8 will have their services ingested as this type.

Attributes

NameDescription
mesh_uid str
Identifier for the mesh in which this Istio service is defined. Corresponds to the ``mesh_uid`` metric label in Istio metrics.
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 > MeshIstio