android-components / mozilla.components.service.glean

Package mozilla.components.service.glean

Types

CommonMetricData

interface CommonMetricData

This defines the common set of data shared across all the different metric types.

EventMetricType

data class EventMetricType : CommonMetricData

This implements the developer facing API for recording events.

Lifetime

enum class Lifetime

Enumeration of different metric lifetimes.

StringMetricType

data class StringMetricType : CommonMetricData

This implements the developer facing API for recording string metrics.

UuidMetricType

data class UuidMetricType : CommonMetricData

This implements the developer facing API for recording uuids.