package
0.0.0-20171019173821-bb173f41fc07
Repository: https://github.com/netflix/metrics-client-go.git
Documentation: pkg.go.dev
# Functions
Counter is a global wrapper of the metrics package.
Disable replaces the global metrics.Reporter with a noop
Deprecated: use non-global metrics.Reporter instances.
Flush is a global wrapper of the metrics package.
Gauge is a global wrapper of the metrics package.
SetLogger replaces the global metrics.Reporter with one using a custom metrics.Logger
Deprecated: use non-global metrics.Reporter instances.
SetLoggerURL replaces the global metrics.Reporter with one using a custom metrics.Logger and URL
Deprecated: use non-global metrics.Reporter instances.
Timer is a global wrapper of the metrics package.