Fix measurement => Measurement
This commit is contained in:
@@ -21,7 +21,7 @@ func (a *Accumulator) Add(measurement string, value interface{}, tags map[string
|
|||||||
a.Points = append(
|
a.Points = append(
|
||||||
a.Points,
|
a.Points,
|
||||||
&Point{
|
&Point{
|
||||||
measurement: measurement,
|
Measurement: measurement,
|
||||||
Value: value,
|
Value: value,
|
||||||
Tags: tags,
|
Tags: tags,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user