MetricCalculation

Contains the formula and component metrics that define a custom metric calculation.

Types

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

Properties

Link copied to clipboard

The formula expression that defines how the metric is calculated. Uses component aliases (for example, 100 * SUM(M1) / SUM(M2)).

Link copied to clipboard

The list of component metrics referenced in the calculation formula. Each component has an alias used in the formula expression.

Functions

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