ApplicationConfigurationDetails

data class ApplicationConfigurationDetails(val alarmMetrics: List<ApplicationAlarmMetric>? = null, val alarms: List<ApplicationAlarm>? = null, val haClusterPrometheusExporter: ApplicationHaClusterPrometheusExporter? = null, val hanaPrometheusExporter: ApplicationHanaPrometheusExporter? = null, val jmxPrometheusExporter: ApplicationJmxPrometheusExporter? = null, val logs: List<ApplicationLog>? = null, val netWeaverPrometheusExporter: ApplicationNetWeaverPrometheusExporter? = null, val processes: List<ApplicationProcess>? = null, val sqlServerPrometheusExporter: ApplicationSqlServerPrometheusExporter? = null, val windowsEvents: List<ApplicationWindowsEvent>? = null)

The configuration settings.

Constructors

Link copied to clipboard
constructor(alarmMetrics: List<ApplicationAlarmMetric>? = null, alarms: List<ApplicationAlarm>? = null, haClusterPrometheusExporter: ApplicationHaClusterPrometheusExporter? = null, hanaPrometheusExporter: ApplicationHanaPrometheusExporter? = null, jmxPrometheusExporter: ApplicationJmxPrometheusExporter? = null, logs: List<ApplicationLog>? = null, netWeaverPrometheusExporter: ApplicationNetWeaverPrometheusExporter? = null, processes: List<ApplicationProcess>? = null, sqlServerPrometheusExporter: ApplicationSqlServerPrometheusExporter? = null, windowsEvents: List<ApplicationWindowsEvent>? = null)

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

A list of alarms to monitor for the component.

Link copied to clipboard

The HA cluster Prometheus Exporter settings.

Link copied to clipboard

The HANA DB Prometheus Exporter settings.

Link copied to clipboard

The JMX Prometheus Exporter settings.

Link copied to clipboard
val logs: List<ApplicationLog>? = null

A list of logs to monitor for the component.

Link copied to clipboard

The NetWeaver Prometheus Exporter settings.

Link copied to clipboard

A list of processes to monitor for the component. Only Windows EC2 instances can have a processes section.

Link copied to clipboard

The SQL Prometheus Exporter settings.

Link copied to clipboard

A list of Windows Events to log.