Fix `measurement` => `Measurement`
This commit is contained in:
parent
48b4b345d1
commit
7b6db8d4cd
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue