MetricAggregation

sealed class MetricAggregation

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

  • VOLUME - The volume of events for this metric.

  • RATE - The rate for this metric relative to the SEND metric volume.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : MetricAggregation
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String