Crate glean_core

source ·
Expand description

Glean is a modern approach for recording and sending Telemetry data.

It’s in use at Mozilla.

All documentation can be found online:

The Glean SDK Book

Re-exports

Modules

  • The different metric types supported by the Glean SDK to handle data.
  • Ping collection, assembly & submission.
  • Storage snapshotting.
  • API definitions for the different metric types supported by the Glean SDK.
  • Manages the pending pings queue and directory.

Structs

Enums

Traits

  • Trait for metrics that can be nested inside a labeled metric.
  • A callback handler that receives the base identifier of recorded events The identifier is in the format: <category>.<name>
  • A callback object used to trigger actions on the foreign-language side.

Functions

Type Aliases