//
pkg.gl
Category
github.com/go-kit/kit
metrics
influx
package
0.13.0
Repository:
https://github.com/go-kit/kit.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
7
Dependents
68
Files
201 SLOC
#
Functions
New
New returns an Influx, ready to create metrics and collect observations.
#
Structs
Counter
Counter is an Influx counter.
Gauge
Gauge is an Influx gauge.
Histogram
Histogram is an Influx histrogram.
Influx
Influx is a store for metrics that will be emitted to an Influx database.
#
Interfaces
BatchPointsWriter
BatchPointsWriter captures a subset of the influxdb.Client methods necessary for emitting metrics observations.