Merge pull request #2896 from daviesalex/master

Name is now Measurement per issue #2564
pull/2897/head
Philip O'Toole 2015-06-10 16:50:18 -07:00
commit a906e3114a
1 changed files with 1 additions and 1 deletions

View File

@ -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))),