package
0.0.3
Repository: https://github.com/kfsoftware/hlf-sync.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CounterOpts is used to provide basic information about a counter to the metrics subsystem.
GaugeOpts is used to provide basic information about a gauge to the metrics subsystem.
HistogramOpts is used to provide basic information about a histogram to the metrics subsystem.

# Interfaces

A Counter represents a monotonically increasing value.
A Gauge is a meter that expresses the current value of some metric.
A Histogram is a meter that records an observed value into quantized buckets.
A Provider is an abstraction for a metrics provider.