package
0.13.0
Repository: https://github.com/go-kit/kit.git
Documentation: pkg.go.dev

# Functions

New returns an Influx, ready to create metrics and collect observations.

# Structs

Counter is an Influx counter.
Gauge is an Influx gauge.
Histogram is an Influx histrogram.
Influx is a store for metrics that will be emitted to an Influx database.

# Interfaces

BatchPointsWriter captures a subset of the influxdb.Client methods necessary for emitting metrics observations.