Expand description
The different metric types supported by the Glean SDK to handle data.
Structs§
- Boolean
Metric - A boolean metric.
- Counter
Metric - A counter metric.
- Custom
Distribution Metric - A custom distribution metric.
- Datetime
- Representation of a date, time and timezone.
- Datetime
Metric - A datetime metric.
- Denominator
Metric - A Denominator metric (a kind of count shared among Rate metrics).
- Dual
Labeled Counter Metric - A dual labled metric
- Event
Metric - Developer-facing API for recording event metrics.
- Labeled
Metric - A labeled metric.
- Local
Custom Distribution - Experimental: A histogram buffer associated with a specific instance of a
CustomDistributionMetric. - Local
Memory Distribution - Experimental: A histogram buffer associated with a specific instance of a
MemoryDistributionMetric. - Local
Timing Distribution - Experimental: A histogram buffer associated with a specific instance of a
TimingDistributionMetric. - Memory
Distribution Metric - A memory distribution metric.
- Numerator
Metric - Developer-facing API for recording rate metrics with external denominators.
- Object
Metric - Developer-facing API for recording object metrics.
- Ping
Type - A ping is a bundle of related metrics, gathered in a payload to be transmitted.
- Quantity
Metric - A quantity metric.
- Rate
Metric - A rate metric.
- Recorded
Experiment - Deserialized experiment data.
- String
List Metric - A string list metric.
- String
Metric - A string metric.
- Text
Metric - A text metric.
- Timespan
Metric - A timespan metric.
- Timing
Distribution Metric - A timing distribution metric.
- UrlMetric
- A URL metric.
- Uuid
Metric - An UUID metric.
Traits§
- Allow
Labeled - Trait for metrics that can be nested inside a labeled metric.