# Packages
No description provided by the author
# Functions
MaybeReplaceAnnotation replaces the current annotation with the new annotation, returning the updated ref for current annotation.
NewCounter creates a new counter.
NewGauge creates a new gauge.
NewMetrics is a set of aggregation metrics.
NewOptions creates a new aggregation options.
NewTimer creates a new timer.
# Structs
Counter aggregates counter values.
CounterMetrics is a set of counter metrics can be used by all counters.
Gauge aggregates gauge values.
GaugeMetrics is a set of gauge metrics can be used by all gauges.
Metrics is a set of metrics that can be used by elements.
Options is the options for aggregations.
Timer aggregates timer values.