package
0.0.0-20160825065156-d002785f4c67
Repository: https://github.com/psiphon-labs/goarista.git
Documentation: pkg.go.dev
# README
These files were extracted from gRPC. See the LICENSE file for copyright information. We had to copy them here because gRPC's stats package also imports `testing', which we don't want to pull into our binary.
# Functions
NewHistogram returns a pointer to a new Histogram object that was created with the provided options.
# Variables
TimeNow is used for testing.
# Structs
Counter is a counter that keeps track of its recent values over a given period of time, and with a given resolution.
A Histogram accumulates values in the form of a histogram.
HistogramBucket is one histogram bucket.
HistogramOptions contains the parameters that define the histogram's buckets.
HistogramValue is the value of Histogram objects.
Tracker is a min/max value tracker that keeps track of its min/max values over a given period of time, and with a given resolution.