Crate ckb_metrics

source ·
Expand description

A lightweight metrics facade used in CKB.

The ckb-metrics crate is a set of tools for metrics. The crate ckb-metrics-service is the runtime which handles the metrics data in CKB.

Structs§

Statics§

Functions§

  • if metrics service is enabled, handle() will return Some(&'static METRICS) else will return None