ClusterOpenMonitoringPrometheusArgs

data class ClusterOpenMonitoringPrometheusArgs(val jmxExporter: Output<ClusterOpenMonitoringPrometheusJmxExporterArgs>? = null, val nodeExporter: Output<ClusterOpenMonitoringPrometheusNodeExporterArgs>? = null) : ConvertibleToJava<ClusterOpenMonitoringPrometheusArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): ClusterOpenMonitoringPrometheusArgs

Properties

Link copied to clipboard

Configuration block for JMX Exporter. See below.

Link copied to clipboard

Configuration block for Node Exporter. See below.