//
pkg.gl
Category
github.com/fatedier/frp
pkg
util
metric
package
0.61.2
Repository:
https://github.com/fatedier/frp.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
3
Dependents
4
Files
152 SLOC
#
Functions
NewCounter
NewDateCounter
#
Structs
StandardCounter
StandardDateCounter
#
Interfaces
Counter
CounterMetric
CounterMetric represents a single numerical value that only ever goes up.
DateCounter
GaugeMetric
GaugeMetric represents a single numerical value that can arbitrarily go up and down.
HistogramMetric
HistogramMetric counts individual observations.