MetricDefinitionConfig

This structure defines a metric that you want to use to evaluate the variations during a launch or experiment.

Types

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

Properties

Link copied to clipboard

The entity, such as a user or session, that does an action that causes a metric value to be recorded. An example is userDetails.userID.

Link copied to clipboard

The EventBridge event pattern that defines how the metric is recorded.

Link copied to clipboard

A name for the metric.

Link copied to clipboard

A label for the units that the metric is measuring.

Link copied to clipboard

The value that is tracked to produce the metric.

Functions

Link copied to clipboard
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