ClusterPrometheus

data class ClusterPrometheus(val jmxExporter: ClusterJmxExporter? = null, val nodeExporter: ClusterNodeExporter? = null)

Constructors

Link copied to clipboard
constructor(jmxExporter: ClusterJmxExporter? = null, nodeExporter: ClusterNodeExporter? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether you want to enable or disable the JMX Exporter.

Link copied to clipboard

Indicates whether you want to enable or disable the Node Exporter.