EnterpriseCrmEventbusProtoTaskAlertConfigMetricType

enum EnterpriseCrmEventbusProtoTaskAlertConfigMetricType : Enum<EnterpriseCrmEventbusProtoTaskAlertConfigMetricType> , ConvertibleToJava<EnterpriseCrmEventbusProtoTaskAlertConfigMetricType>

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 (potentially for a specific set of enum values) for the enclosing TaskConfig.

Link copied to clipboard

Specifies alerting on the rate of warnings (potentially for a specific set of enum values) for the enclosing TaskConfig. Warnings use the same enum values as errors.

Link copied to clipboard

Specifies alerting on the number of instances for the enclosing TaskConfig executed in the given aggregation_period.

Link copied to clipboard

Specifies alerting on the average duration of execution for the enclosing task.

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmEventbusProtoTaskAlertConfigMetricType
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: EnterpriseCrmEventbusProtoTaskAlertConfigMetricType
Link copied to clipboard
Link copied to clipboard