[][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.

EventMetric

This implements the developer facing API for recording event metrics.

LabeledMetric

This implements the specific facing API for recording labeled metrics.

PingType

A Glean ping.

QuantityMetric

This implements the developer facing API for recording Quantity metrics.

RecordedExperimentData

Deserialized experiment data.

StringMetric

This implements the developer facing API for recording string metrics.

TimespanMetric

This implements the developer facing API for recording timespan 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.