Skip to content

Commit

Permalink
Merge pull request #2896 from daviesalex/master
Browse files Browse the repository at this point in the history
Name is now Measurement per issue #2564
  • Loading branch information
otoolep committed Jun 10, 2015
2 parents 01f2d7d + a783bbc commit a906e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))),
Expand Down

0 comments on commit a906e31

Please sign in to comment.