interface CommonMetricData
This defines the common set of data shared across all the different metric types. |
|
data class EventMetricType : CommonMetricData
This implements the developer facing API for recording events. |
|
enum class Lifetime
Enumeration of different metric lifetimes. |
|
class Placeholder |
|
data class StringMetricType : CommonMetricData
This implements the developer facing API for recording string metrics. |
|
data class UuidMetricType : CommonMetricData
This implements the developer facing API for recording uuids. |