comments wrapped on 80col
kpacha
7 years ago
25 | 25 | // |
26 | 26 | // Influx tags are attached to the Influx object, can be given to each |
27 | 27 | // 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. | |
30 | 30 | // |
31 | 31 | // All observations are collected in memory locally, and flushed on demand. |
32 | 32 | type Influx struct { |