EnterpriseCrmEventbusProtoWorkflowAlertConfigResponse

data class EnterpriseCrmEventbusProtoWorkflowAlertConfigResponse(val aggregationPeriod: String, val alertDisabled: Boolean, val alertName: String, val clientId: String, val durationThresholdMs: String, val errorEnumList: EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListResponse, val metricType: String, val numAggregationPeriods: Int, val onlyFinalAttempt: Boolean, val playbookUrl: String, val thresholdType: String, val thresholdValue: EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValueResponse, val warningEnumList: EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListResponse)

Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.

Constructors

fun EnterpriseCrmEventbusProtoWorkflowAlertConfigResponse(aggregationPeriod: String, alertDisabled: Boolean, alertName: String, clientId: String, durationThresholdMs: String, errorEnumList: EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListResponse, metricType: String, numAggregationPeriods: Int, onlyFinalAttempt: Boolean, playbookUrl: String, thresholdType: String, thresholdValue: EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValueResponse, warningEnumList: EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.

Link copied to clipboard

Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.

Link copied to clipboard

A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the workflow.

Link copied to clipboard

Client associated with this alert configuration.

Link copied to clipboard

Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.

Link copied to clipboard
Link copied to clipboard

For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.

Link copied to clipboard

For either events or tasks, depending on the type of alert, count only final attempts, not retries.

Link copied to clipboard

Link to a playbook for resolving the issue that triggered this alert.

Link copied to clipboard

The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.

Link copied to clipboard

The metric value, above or below which the alert should be triggered.