From a783bbcf0ee269a9a3d6001c075184a92f9b7bfa Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Wed, 10 Jun 2015 23:44:59 +0000 Subject: [PATCH] Name is now Measurement per issue #2564 --- client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/README.md b/client/README.md index f7b68df670f..710287fa889 100644 --- a/client/README.md +++ b/client/README.md @@ -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))),