Codebase list golang-github-go-kit-kit / 121fac8
comments wrapped on 80col kpacha 7 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2525 //
2626 // Influx tags are attached to the Influx object, can be given to each
2727 // metric at construction and can be updated anytime via With function. Influx fields
28 // are mapped to Go kit label values directly by this collector. Actual metric values are provided as
29 // fields with specific names depending on the metric.
28 // are mapped to Go kit label values directly by this collector. Actual metric
29 // values are provided as fields with specific names depending on the metric.
3030 //
3131 // All observations are collected in memory locally, and flushed on demand.
3232 type Influx struct {