ExportMetric

An object that contains a mapping between a Metric and MetricAggregation.

Types

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

Properties

Link copied to clipboard

The aggregation to apply to a metric, can be one of the following:

Link copied to clipboard
val name: Metric?

The metric to export, can be one of the following:

Functions

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