[][src]Crate holochain_metrics

The library implementing the holochain pattern of validation rules + local source chain + DHT

Re-exports

pub use cloudwatch::*;
pub use config::*;
pub use metrics::*;

Modules

cloudwatch
config
logger
metrics
stats

Macros

metrics_from_reader

Give a csv reader produce an iterator over metric. Panics if any records are invalid from the csv source.

with_latency_publishing

Wraps a standard rust function with latency timing that is published to $publisher upon completion of $f($args,*). The latency metric name will be "$metric_prefix.latency".