[−][src]Module glean_core::traits
API definitions for the different metric types supported by the Glean SDK.
Individual metric types implement this trait to expose the specific metrics API. It can be used by wrapping implementations to guarantee API conformance.
Enums
| EventRecordingError | The possible errors when parsing to an extra key. |
| HistogramType | Different kinds of histograms. |
| NoExtraKeys | Default of no extra keys for events. |
Traits
| Boolean | A description for the |
| Counter | A description for the |
| CustomDistribution | A description for the
|
| Datetime | A description for the |
| Event | A description for the |
| ExtraKeys | Extra keys for events. |
| Jwe | A description for the |
| Labeled | A description for the |
| MemoryDistribution | A description for the
|
| Ping | A description for the |
| Quantity | A description for the |
| String | A description for the |
| StringList | A description for the |
| Timespan | A description for the |
| TimingDistribution | A description for the |
| Uuid | A description for the |