TelemetryRule

Telemetry-based rule: what to query, how to evaluate the result, what condition makes it fire, and what to do on missing data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The condition that determines when the alert fires.

Link copied to clipboard

The evaluation cadence and durations.

Link copied to clipboard

How the alert behaves when a query produces no data.

Link copied to clipboard

The query expression to evaluate.

Functions

Link copied to clipboard
inline fun copy(block: TelemetryRule.Builder.() -> Unit = {}): TelemetryRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String