boolean.rs |
|
8570 |
counter.rs |
|
8546 |
custom_distribution.rs |
|
8809 |
datetime.rs |
|
16049 |
denominator.rs |
|
5941 |
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 |
|
11553 |
labeled.rs |
|
24207 |
labeled_boolean.rs |
|
7490 |
labeled_counter.rs |
|
8052 |
labeled_custom_distribution.rs |
|
8775 |
labeled_memory_distribution.rs |
|
9426 |
labeled_timing_distribution.rs |
|
19268 |
memory_distribution.rs |
|
10738 |
metric_getter.rs |
|
35824 |
mod.rs |
The different metric types supported by the Glean SDK to handle data. |
30475 |
numerator.rs |
|
5850 |
object.rs |
|
6490 |
ping.rs |
|
5869 |
quantity.rs |
|
5833 |
rate.rs |
|
7117 |
string.rs |
|
6666 |
string_list.rs |
|
8467 |
text.rs |
|
6648 |
timespan.rs |
|
14678 |
timing_distribution.rs |
|
34865 |
url.rs |
|
6681 |
uuid.rs |
|
7164 |