MCPcopy Create free account
hub / github.com/Botloader/botloader / record

Method record

components/vmworker/src/metrics_forwarder.rs:146–148  ·  view source on GitHub ↗
(&self, value: f64)

Source from the content-addressed store, hash-verified

144
145impl HistogramFn for Metric {
146 fn record(&self, value: f64) {
147 self.send_metric_event(MetricEvent::Histogram(value));
148 }
149}
150
151fn key_labels_to_hash_map(labels: Iter<Label>) -> HashMap<String, String> {

Callers 6

callMethod · 0.80
record_claim_waitFunction · 0.80
handle_worker_msgMethod · 0.80
handle_metricMethod · 0.80
record_stageFunction · 0.80
dispatch_eventMethod · 0.80

Calls 1

send_metric_eventMethod · 0.80

Tested by

no test coverage detected