boolean.rs |
|
8688 |
counter.rs |
|
8648 |
custom_distribution.rs |
|
8835 |
datetime.rs |
|
16253 |
denominator.rs |
|
6043 |
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,
),
);
} |
7989 |
event.rs |
|
11589 |
labeled.rs |
|
24705 |
labeled_boolean.rs |
|
7529 |
labeled_counter.rs |
|
8103 |
labeled_custom_distribution.rs |
|
8775 |
labeled_memory_distribution.rs |
|
9426 |
labeled_timing_distribution.rs |
|
19268 |
memory_distribution.rs |
|
10790 |
metric_getter.rs |
|
35824 |
mod.rs |
The different metric types supported by the Glean SDK to handle data. |
30475 |
numerator.rs |
|
5986 |
object.rs |
|
6474 |
ping.rs |
|
5869 |
quantity.rs |
|
5901 |
rate.rs |
|
7185 |
string.rs |
|
6758 |
string_list.rs |
|
8535 |
text.rs |
|
6740 |
timespan.rs |
|
14678 |
timing_distribution.rs |
|
34875 |
url.rs |
|
6773 |
uuid.rs |
|
7266 |