GetPrometheusMonitoringsPrometheusMonitoring

data class GetPrometheusMonitoringsPrometheusMonitoring(val clusterId: String, val configYaml: String, val id: String, val monitoringName: String, val status: String, val type: String)

Constructors

constructor(clusterId: String, configYaml: String, id: String, monitoringName: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Prometheus instance.

Link copied to clipboard

The monitoring configuration. The value is a YAML string.

Link copied to clipboard
val id: String

The ID of the Prometheus Monitoring. It formats as <cluster_id>:<monitoring_name>:<type>.

Link copied to clipboard

The name of the monitoring configuration.

Link copied to clipboard

The status of the monitoring configuration. Valid values: run, stop.

Link copied to clipboard

The type of the monitoring configuration. Valid values: serviceMonitor, podMonitor, customJob, probe.