Skip to content

Commit

Permalink
correct format for memory module in dockerbeat (#4619)
Browse files Browse the repository at this point in the history
* correct format for memory module in dockerbeat

* update fields doc and changelog
  • Loading branch information
stickperson authored and andrewkroh committed Jul 11, 2017
1 parent 1276c43 commit 539df96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ https://github.com/elastic/beats/compare/v6.0.0-alpha1...v6.0.0-alpha2[View comm
*Metricbeat*
- Set correct format for percent fields in memory module. {pull}4619[4619]
- Fix a debug statement that said a module wrapper had stopped when it hadn't. {pull}4264[4264]
- Use MemAvailable value from /proc/meminfo on Linux 3.14. {pull}4316[4316]
- Fix panic when events were dropped by filters. {issue}4327[4327]
Expand Down
4 changes: 4 additions & 0 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,8 @@ Total memory resident set size.
type: scaled_float
format: percentage
Memory resident set size percentage.
Expand All @@ -2088,6 +2090,8 @@ Max memory usage.
type: scaled_float
format: percentage
Memory usage percentage.
Expand Down
2 changes: 2 additions & 0 deletions metricbeat/module/docker/memory/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
Total memory resident set size.
- name: pct
type: scaled_float
format: percentage
description: >
Memory resident set size percentage.
- name: usage
Expand All @@ -39,6 +40,7 @@
Max memory usage.
- name: pct
type: scaled_float
format: percentage
description: >
Memory usage percentage.
- name: total
Expand Down

0 comments on commit 539df96

Please sign in to comment.