boolean.rs |
|
8533 |
counter.rs |
|
8528 |
custom_distribution.rs |
|
8790 |
datetime.rs |
|
16019 |
denominator.rs |
|
5919 |
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,
),
);
} |
7892 |
event.rs |
|
11454 |
labeled.rs |
|
24027 |
labeled_boolean.rs |
|
7399 |
labeled_counter.rs |
|
7962 |
labeled_custom_distribution.rs |
|
8720 |
labeled_memory_distribution.rs |
|
9371 |
labeled_timing_distribution.rs |
|
19213 |
memory_distribution.rs |
|
10719 |
metric_getter.rs |
|
35824 |
mod.rs |
The different metric types supported by the Glean SDK to handle data. |
30447 |
numerator.rs |
|
5829 |
object.rs |
|
6460 |
ping.rs |
|
5869 |
quantity.rs |
|
5832 |
rate.rs |
|
7117 |
string.rs |
|
6620 |
string_list.rs |
|
8461 |
text.rs |
|
6640 |
timespan.rs |
|
14673 |
timing_distribution.rs |
|
34838 |
url.rs |
|
6609 |
uuid.rs |
|
7160 |