KubernetesClusterMonitorMetrics

data class KubernetesClusterMonitorMetrics(val annotationsAllowed: String? = null, val labelsAllowed: String? = null)

Constructors

Link copied to clipboard
constructor(annotationsAllowed: String? = null, labelsAllowed: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a comma-separated list of Kubernetes annotation keys that will be used in the resource's labels metric.

Link copied to clipboard
val labelsAllowed: String? = null

Specifies a Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric.