MeshIstioResponse

data class MeshIstioResponse(val meshUid: String, val serviceName: String, val serviceNamespace: String)

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

Constructors

Link copied to clipboard
fun MeshIstioResponse(meshUid: String, serviceName: String, serviceNamespace: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.

Link copied to clipboard

The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.

Link copied to clipboard

The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.