ClusterIstioResponse

data class ClusterIstioResponse(val clusterName: String, val location: String, val serviceName: String, val serviceNamespace: String)

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.

Constructors

Link copied to clipboard
fun ClusterIstioResponse(clusterName: String, location: String, serviceName: String, serviceNamespace: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.

Link copied to clipboard

The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.

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.