# Functions
Get the metric by the given name or nil if none is registered.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Handler returns an HTTP handler which dump metrics in Prometheus format.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Create a new registry.
NewSet creates new set of metrics.
NewSummary creates and returns new summary in s with the given name, window and quantiles.
Setup starts a dedicated metrics server at the given address.
# Constants
No description provided by the author
# Variables
registry used in swarm.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Set is a set of metrics.
The standard implementation of a Registry is a mutex-protected map of names to metrics.
# Type aliases
DuplicateMetric is the error returned by Registry.Register when a metric already exists.