//
pkg.gl
Category
github.com/openmesh/kit
metrics
influx
package
0.14.0-openmesh
Repository:
https://github.com/openmesh/kit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
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.