Skip to content

Commit

Permalink
Name is now Measurement per issue #2564
Browse files Browse the repository at this point in the history
  • Loading branch information
daviesalex committed Jun 10, 2015
1 parent 01f2d7d commit a783bbc
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 a783bbc

Please sign in to comment.