Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 14, 2016
Merged

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

merged 1 commit into from
Jul 14, 2016

Conversation

sebito91
Copy link
Contributor

@sebito91 sebito91 commented Jul 6, 2016

Revised commit that moves the cgroup path name away from tags and into the fields. This information is quite useful to debug jobs, processes, other things that live under the cgroup headings in distinct folders. Having the value listed as a tag drastically increases cardinality so moving it to a field allows it to remain as a a value we can query.

Required for all PRs:

  • CHANGELOG.md updated
  • Sign CLA (if not already signed)
  • README.md updated (if adding a new plugin)

adding assertContainsFields function to cgroup_test for custom validation
@sparrc
Copy link
Contributor

sparrc commented Jul 14, 2016

looks good, thanks @sebito91

@sparrc sparrc closed this Jul 14, 2016
@sparrc sparrc reopened this Jul 14, 2016
@sparrc sparrc merged commit 53f4006 into influxdata:master Jul 14, 2016
sparrc pushed a commit that referenced this pull request Oct 12, 2016
…ty (#1457)"

This was introducing a regression with influxdb output, leading to
collision an points missing.
This reverts commit 53f4006.

closes #1724
sparrc pushed a commit that referenced this pull request Oct 12, 2016
…ty (#1457)"

This was introducing a regression with influxdb output, leading to
collision an points missing.
This reverts commit 53f4006.

closes #1724
closes #1796
sparrc pushed a commit that referenced this pull request Oct 12, 2016
…ty (#1457)"

This was introducing a regression with influxdb output, leading to
collision an points missing.
This reverts commit 53f4006.

closes #1724
closes #1796
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants