[][src]Module glean::private

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

Structs

BooleanMetric

This implements the developer facing API for recording boolean metrics.

CounterMetric

This implements the developer facing API for recording counter metrics.

CustomDistributionMetric

This implements the developer-facing API for recording custom distribution metrics.

DatetimeMetric

This implements the developer facing API for recording Datetime metrics.

EventMetric

This implements the developer facing API for recording event metrics.

LabeledMetric

This implements the specific facing API for recording labeled metrics.

MemoryDistributionMetric

This implements the developer-facing API for recording memory distribution metrics.

PingType

A Glean ping.

QuantityMetric

This implements the developer facing API for recording Quantity metrics.

RecordedExperimentData

Deserialized experiment data.

StringListMetric

This implements the developer-facing API for recording string list metrics.

StringMetric

This implements the developer facing API for recording string metrics.

TimespanMetric

This implements the developer facing API for recording timespan metrics.

TimingDistributionMetric

This implements the developer-facing API for recording timing distribution metrics.

UuidMetric

This implements the developer facing API for recording UUID metrics.

Traits

AllowLabeled

Marker trait for metrics that can be nested inside a labeled metric.

Type Definitions

Datetime

A datetime type.