| boolean.rs |
|
8707 |
| counter.rs |
|
8667 |
| custom_distribution.rs |
|
8854 |
| datetime.rs |
|
16272 |
| denominator.rs |
|
6062 |
| dual_labeled_counter.rs |
|
3930 |
| dual_labeled_counter_sub.rs |
bug 1973287 glean::DualLabeledCounterMetric doesn't impl glean::MetricType
#[cfg(feature = "with_gecko")]
if gecko_profiler::can_accept_markers() {
gecko_profiler::add_marker(
"LabeledCounter::add",
super::profiler_utils::TelemetryProfilerCategory,
Default::default(),
super::profiler_utils::IntLikeMetricMarker::<DualLabeledCounterSubMetric, i32>::new(
(*id).into(),
Some(key + ", " + category),
amount,
),
);
} |
8008 |
| event.rs |
|
11672 |
| labeled.rs |
|
24705 |
| labeled_boolean.rs |
|
7548 |
| labeled_counter.rs |
|
8122 |
| labeled_custom_distribution.rs |
|
8794 |
| labeled_memory_distribution.rs |
|
9445 |
| labeled_timing_distribution.rs |
|
19287 |
| memory_distribution.rs |
|
10809 |
| metric_getter.rs |
|
35824 |
| mod.rs |
The different metric types supported by the Glean SDK to handle data. |
30863 |
| numerator.rs |
|
6005 |
| object.rs |
|
6493 |
| ping.rs |
|
5869 |
| quantity.rs |
|
5920 |
| rate.rs |
|
7204 |
| string.rs |
|
6777 |
| string_list.rs |
|
8554 |
| text.rs |
|
6759 |
| timespan.rs |
|
14697 |
| timing_distribution.rs |
|
34894 |
| url.rs |
|
6792 |
| uuid.rs |
|
7285 |