Skip to content

Commit

Permalink
Add formatting to pressure fields in system/process (#27374)
Browse files Browse the repository at this point in the history
* add formatting to pressure fields

* add changelog
  • Loading branch information
fearful-symmetry authored Aug 16, 2021
1 parent 954a250 commit afde058
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix cloudwatch metricset collecting duplicate data points. {pull}27327[27327]
- Fix cloudwatch metricset collecting duplicate data points. {pull}27248[27248]
- Fix flaky test TestAddCounterInvalidArgWhenQueryClosed. {issue}27312[27312] {pull}27313[27313]
- Add percent formatters to system/process {pull}27374[27374]

*Packetbeat*

Expand Down
24 changes: 24 additions & 0 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53352,6 +53352,8 @@ Pressure over 10 seconds

type: float

format: percent

--

*`system.process.cgroup.cpu.pressure.some.60.pct`*::
Expand All @@ -53361,6 +53363,8 @@ Pressure over 60 seconds

type: float

format: percent

--

*`system.process.cgroup.cpu.pressure.some.300.pct`*::
Expand All @@ -53370,6 +53374,8 @@ Pressure over 300 seconds

type: float

format: percent

--

*`system.process.cgroup.cpu.pressure.some.total`*::
Expand All @@ -53379,6 +53385,8 @@ total Some pressure time

type: long

format: percent

--

[float]
Expand All @@ -53394,6 +53402,8 @@ Pressure over 10 seconds

type: float

format: percent

--

*`system.process.cgroup.cpu.pressure.full.60.pct`*::
Expand All @@ -53403,6 +53413,8 @@ Pressure over 60 seconds

type: float

format: percent

--

*`system.process.cgroup.cpu.pressure.full.300.pct`*::
Expand All @@ -53412,6 +53424,8 @@ Pressure over 300 seconds

type: float

format: percent

--

*`system.process.cgroup.cpu.pressure.full.total`*::
Expand Down Expand Up @@ -54262,6 +54276,8 @@ Pressure over 10 seconds

type: float

format: percent

--

*`system.process.cgroup.io.pressure.full.60.pct`*::
Expand All @@ -54271,6 +54287,8 @@ Pressure over 60 seconds

type: float

format: percent

--

*`system.process.cgroup.io.pressure.full.300.pct`*::
Expand All @@ -54280,6 +54298,8 @@ Pressure over 300 seconds

type: float

format: percent

--

*`system.process.cgroup.io.pressure.full.total`*::
Expand All @@ -54304,6 +54324,8 @@ Pressure over 10 seconds

type: float

format: percent

--

*`system.process.cgroup.io.pressure.some.60.pct`*::
Expand All @@ -54313,6 +54335,8 @@ Pressure over 60 seconds

type: float

format: percent

--

*`system.process.cgroup.io.pressure.some.300.pct`*::
Expand Down
Loading

0 comments on commit afde058

Please sign in to comment.