package
2.0.0-beta+incompatible
Repository: https://github.com/ibm/fabric.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
Code generated by counterfeiter.
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.