modulepackage
0.2.0
Repository: https://github.com/libp2p/go-flow-metrics.git
Documentation: pkg.go.dev
# README
go-flow-metrics
A simple library for tracking flow metrics.
A simple alternative to rcrowley's go-metrics that's a lot faster (and only does simple bandwidth metrics).
# Variables
IdleRate the rate at which we declare a meter idle (and stop tracking it until it's re-registered).
# Structs
Meter is a meter for monitoring a flow.
MeterRegistry is a registry for named meters.
Snapshot is a rate/total snapshot.