pub struct EventMetric<K> { /* private fields */ }
Expand description

Developer-facing API for recording event metrics.

Instances of this class type are automatically generated by the parsers at build time, allowing developers to record values that were previously registered in the metrics.yaml file.

Implementations

The public constructor used by automatically generated metrics.

Record a new event with a provided timestamp.

It’s the caller’s responsibility to ensure the timestamp comes from the same clock source. Use glean::get_timestamp_ms to get a valid timestamp.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

The type of the allowed extra keys for this event.

Records an event. Read more

Exported for test purposes. Read more

Exported for test purposes. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.