Module glean_core::metrics[][src]

Expand description

The different metric types supported by the Glean SDK to handle data.

Structs

A boolean metric.

A counter metric.

A custom distribution metric.

A datetime metric.

A Denominator metric (a kind of count shared among Rate metrics).

A snapshot of all buckets and the accumulated sum of a distribution.

An event metric.

A JWE metric.

A labeled metric.

A memory distribution metric.

Stores information about a ping.

A quantity metric.

A rate metric.

Represents the recorded data for a single event.

A string list metric.

A string metric.

A timespan metric.

A timing distribution metric.

An UUID metric.

Enums

Different kinds of histograms.

Different resolutions supported by the memory related metric types (e.g. MemoryDistributionMetric).

The available metrics.

Different resolutions supported by the time related metric types (e.g. DatetimeMetric).

Traits

A MetricType describes common behavior across all metrics.

Type Definitions

A datetime type.

Identifier for a running timer.