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

(cherry picked from commit afde058)
  • Loading branch information
fearful-symmetry committed Aug 17, 2021
1 parent fd463b8 commit d1a76cd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
24 changes: 24 additions & 0 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47151,6 +47151,8 @@ Pressure over 10 seconds

type: float

format: percent

--

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

type: float

format: percent

--

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

type: float

format: percent

--

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

type: long

format: percent

--

[float]
Expand All @@ -47193,6 +47201,8 @@ Pressure over 10 seconds

type: float

format: percent

--

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

type: float

format: percent

--

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

type: float

format: percent

--

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

type: float

format: percent

--

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

type: float

format: percent

--

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

type: float

format: percent

--

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

type: float

format: percent

--

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

type: float

format: percent

--

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

0 comments on commit d1a76cd

Please sign in to comment.