| boolean.rs |
|
8768 |
- |
| counter.rs |
|
8693 |
- |
| custom_distribution.rs |
|
8854 |
- |
| datetime.rs |
|
16350 |
- |
| denominator.rs |
|
6088 |
- |
| 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::current_thread_is_being_profiled_for_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,
),
);
} |
8034 |
- |
| event.rs |
|
11672 |
- |
| labeled.rs |
|
25643 |
- |
| labeled_boolean.rs |
|
7548 |
- |
| labeled_counter.rs |
|
8148 |
- |
| labeled_custom_distribution.rs |
|
8794 |
- |
| labeled_memory_distribution.rs |
|
9497 |
- |
| labeled_timing_distribution.rs |
|
19469 |
- |
| memory_distribution.rs |
|
10809 |
- |
| metric_getter.rs |
|
35824 |
- |
| mod.rs |
The different metric types supported by the Glean SDK to handle data. |
31165 |
- |
| numerator.rs |
|
6031 |
- |
| object.rs |
|
6493 |
- |
| ping.rs |
|
5895 |
- |
| quantity.rs |
|
8627 |
- |
| rate.rs |
|
7256 |
- |
| string.rs |
|
6777 |
- |
| string_list.rs |
|
8554 |
- |
| text.rs |
|
6759 |
- |
| timespan.rs |
|
14827 |
- |
| timing_distribution.rs |
|
34894 |
- |
| url.rs |
|
6792 |
- |
| uuid.rs |
|
7285 |
- |