package
3.0.0-rc9+incompatible
Repository: https://github.com/harishk11/test.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewMetric returns a new empty metric of dimension len(keys).
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
Gauge is a Kind that can take on any value, and may be set discontinuously from its previous value.
No description provided by the author
Timer is a specialisation of Gauge that can be used to store time intervals, such as latency and durations.

# Structs

LabelSet is an object that maps the keys of a Metric to the labels naming a Datum, for use when enumerating Datums from a Metric.
LabelValue is an object that names a Datum value with a list of label strings.
Metric is an object that describes a metric, with its name, the creator and owner program name, its Kind, a sequence of Keys that may be used to add dimension to the metric, and a list of LabelValues that contain data for labels in each dimension of the Keys.
Store contains Metrics.

# Type aliases

Kind enumerates the types of metrics supported.