Merge pull request #2896 from daviesalex/master
Name is now Measurement per issue #2564pull/2897/head
commit
a906e3114a
|
@ -109,7 +109,7 @@ func writePoints(con *client.Client) {
|
|||
rand.Seed(42)
|
||||
for i := 0; i < sampleSize; i++ {
|
||||
pts[i] = client.Point{
|
||||
Name: "shapes",
|
||||
Measurement: "shapes",
|
||||
Tags: map[string]string{
|
||||
"color": strconv.Itoa(rand.Intn(len(colors))),
|
||||
"shape": strconv.Itoa(rand.Intn(len(shapes))),
|
||||
|
|
Loading…
Reference in New Issue