EnterpriseCrmEventbusProtoWorkflowAlertConfigMetricType

enum EnterpriseCrmEventbusProtoWorkflowAlertConfigMetricType : Enum<EnterpriseCrmEventbusProtoWorkflowAlertConfigMetricType> , ConvertibleToJava<EnterpriseCrmEventbusProtoWorkflowAlertConfigMetricType>

Entries

Link copied to clipboard

The default value. Metric type should always be set to one of the other non-default values, otherwise it will result in an INVALID_ARGUMENT error.

Link copied to clipboard

Specifies alerting on the rate of errors for the enclosing workflow.

Link copied to clipboard

Specifies alerting on the rate of warnings for the enclosing workflow. Warnings use the same enum values as errors.

Link copied to clipboard

Specifies alerting on the rate of errors for any task in the enclosing workflow.

Link copied to clipboard

Specifies alerting on the rate of warnings for any task in the enclosing workflow.

Link copied to clipboard

Specifies alerting on the rate of executions over all tasks in the enclosing workflow.

Link copied to clipboard

Specifies alerting on the number of events executed in the given aggregation_period.

Link copied to clipboard

Specifies alerting on the average duration of executions for this workflow.

Link copied to clipboard

Specifies alerting on the duration value of a particular percentile of workflow executions. E.g. If 10% or more of the workflow executions have durations above 5 seconds, alert.

Link copied to clipboard

Specifies alerting on the average duration of any task in the enclosing workflow,

Link copied to clipboard

Specifies alerting on the duration value of a particular percentile of any task executions within the enclosing workflow. E.g. If 10% or more of the task executions in the workflow have durations above 5 seconds, alert.

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: EnterpriseCrmEventbusProtoWorkflowAlertConfigMetricType
Link copied to clipboard
Link copied to clipboard