# Functions
No description provided by the author
NewClient returns a new Metrics API Client.
NewLabelGatherer returns a new MultiGatherer that merges metrics by adding a new label.
Deprecated: Use NewPrefixGatherer instead.
No description provided by the author
NewPrefixGatherer returns a new MultiGatherer that merges metrics by adding a prefix to their names.
# Interfaces
MultiGatherer extends the Gatherer interface by allowing additional gatherers to be registered.
OptionalGatherer extends the Gatherer interface by allowing the optional registration of a single gatherer.