Skip to content

Commit

Permalink
Add cgroup metrics to system/process MetricSet
Browse files Browse the repository at this point in the history
This adds metrics from the cpu, cpuacct, memory, and blkio cgroup subsystems. Cgroup metrics are not reported for processes that are members of the default cgroup ('/').
  • Loading branch information
andrewkroh committed Aug 8, 2016
1 parent 3276250 commit 18d7004
Show file tree
Hide file tree
Showing 8 changed files with 2,134 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ https://github.com/elastic/beats/compare/v5.0.0-alpha5...master[Check the HEAD d
*Metricbeat*

- Use the new scaled_float Elasticsearch type for the percentage values. {pull}2156[2156]
- Add cgroup metrics to the system/process MetricSet. {pull}2184[2184]

*Packetbeat*

Expand Down
2 changes: 1 addition & 1 deletion libbeat/scripts/generate_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def dedot(group):
else:
fields.append(field)
for _, field in dedotted.items():
fields.append(field)
fields.append(dedot(field))
group["fields"] = fields
return group

Expand Down
Loading

0 comments on commit 18d7004

Please sign in to comment.