ApplicationProcess

data class ApplicationProcess(val alarmMetrics: List<ApplicationAlarmMetric>, val processName: String)

A process to be monitored for the component.

Constructors

Link copied to clipboard
constructor(alarmMetrics: List<ApplicationAlarmMetric>, processName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of metrics to monitor for the component.

Link copied to clipboard

The name of the process to be monitored for the component.