Rule

class Rule

The evaluation rule that defines sampling configuration, filtering criteria, and session detection settings for online evaluation.

Types

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

Properties

Link copied to clipboard

The list of filters that determine which agent traces should be included in the evaluation based on trace properties.

Link copied to clipboard

The sampling configuration that determines what percentage of agent traces to evaluate.

Link copied to clipboard

The session configuration that defines timeout settings for detecting when agent sessions are complete and ready for evaluation.

Functions

Link copied to clipboard
inline fun copy(block: Rule.Builder.() -> Unit = {}): Rule
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