From cfe32acfa3545c2cef53c095df00010fe2564d69 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 12 Jun 2018 16:12:08 -0700 Subject: [PATCH] Fix grammar in converter processor documentation --- plugins/processors/converter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/processors/converter/README.md b/plugins/processors/converter/README.md index 80c210aa4..f69c8728e 100644 --- a/plugins/processors/converter/README.md +++ b/plugins/processors/converter/README.md @@ -5,7 +5,7 @@ addition to changing field types it can convert between fields and tags. Values that cannot be converted are dropped. -**Note:** When converting tags to fields, take care not to ensure the series is still +**Note:** When converting tags to fields, take care to ensure the series is still uniquely identifiable. Fields with the same series key (measurement + tags) will overwrite one another.