Moving cgroup path name to field from tag to reduce cardinality (#1457)

adding assertContainsFields function to cgroup_test for custom validation
This commit is contained in:
Sebastian Borza
2016-07-14 15:18:55 -05:00
committed by Cameron Sparr
parent 97d92bba67
commit 53f40063b3
3 changed files with 53 additions and 41 deletions

View File

@@ -33,8 +33,9 @@ KEY1 VAL1\n
### Tags:
All measurements have the following tags:
- path
Measurements don't have any specific tags unless you define them at the telegraf level (defaults). We
used to have the path listed as a tag, but to keep cardinality in check it's easier to move this
value to a field. Thanks @sebito91!
### Configuration: