# Functions
NewProvider constructs a test provider which can later be checked.
# Structs
CardinalityCounter provides a wrapper around a HyperLogLog probabalistic counter.
Counter accumulates a value based on Add calls.
Gauge stores a value based on Add/Set calls.
Histogram collects observations without computing quantiles so the observations can be checked by tests.
Provider collects registered metrics for testing.