↓ 7 callersFunctionmake_abs_counter_with_metadata(
name: &str,
tags: &[(&str, &str)],
timestamp: u64,
value: f64,
metadata: Metadata,
)
pulse-metrics/src/test/mod.rs:153
↓ 6 callersFunctionmake_timeseries(
name: Chars,
mut labels: Vec<Label>,
value: f64,
timestamp: i64,
extra_labels: Vec<Label>,
)
pulse-metrics/src/protos/prom.rs:115
↓ 4 callersFunctioninsert(
map: &TestMap,
key: &MetricId,
value: &str,
evict: impl Fn(&MetricKey, &mut String) -> bool,
)
pulse-metrics/src/lru_map_test.rs:17