[][src]Module glean_core::traits

Important: consider this module unstable / experimental.

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

Structs

RecordedEvent

Represents the recorded data for a single event.

Enums

HistogramType

Different kinds of histograms.

Traits

Boolean

A description for the BooleanMetric type.

Counter

A description for the CounterMetric type.

CustomDistribution

A description for the CustomDistributionMetric type.

Datetime

A description for the DatetimeMetric type.

Event

A description for the EventMetric type.

Jwe

A description for the JweMetric type.

Labeled

A description for the LabeledMetric type.

MemoryDistribution

A description for the MemoryDistributionMetric type.

Ping

A description for the PingType type.

Quantity

A description for the QuantityMetric type.

String

A description for the StringMetric type.

StringList

A description for the StringListMetric type.

Timespan

A description for the TimespanMetric type.

TimingDistribution

A description for the TimingDistributionMetric type.

Uuid

A description for the UuidMetric type.