MCPcopy Index your code
hub / github.com/AI45Lab/Code / with_metrics

Method with_metrics

core/src/queue.rs:332–335  ·  view source on GitHub ↗

Enable metrics collection

(mut self)

Source from the content-addressed store, hash-verified

330
331 /// Enable metrics collection
332 pub fn with_metrics(mut self) -> Self {
333 self.enable_metrics = true;
334 self
335 }
336
337 /// Enable queue alerts
338 pub fn with_alerts(mut self) -> Self {

Calls

no outgoing calls