-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Move configuration options from module page to their respective metricset pages. - Add `process.include_cpu_ticks` to reference config file (it was missing). - Rename Darwin to macOS in list of supported operating systems. - Add docs for `core.metrics` and `cpu.metrics`. (cherry picked from commit 1495b3a)
- Loading branch information
1 parent
02bd7f2
commit cf177a5
Showing
15 changed files
with
186 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,26 @@ | ||
=== System core metricset | ||
|
||
The System `core` metricset provides load statistics for each CPU core. | ||
The System `core` metricset provides usage statistics for each CPU core. | ||
|
||
This metricset is available on: | ||
|
||
- Darwin | ||
- FreeBSD | ||
- Linux | ||
- macOS | ||
- OpenBSD | ||
- Windows | ||
[float] | ||
=== Configuration | ||
|
||
*`core.metrics`*:: This option controls what metrics are reported for each CPU | ||
core. The value is a list and two metric types are supported - `percentages` and | ||
`ticks`. The default value is `core.metrics: [percentages]`. | ||
+ | ||
[source,yaml] | ||
---- | ||
metricbeat.modules: | ||
- module: system | ||
metricsets: [core] | ||
core.metrics: [percentages, ticks] | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
=== System diskio metricset | ||
|
||
The System `diskio` metricset provides disk IO metrics collected from the operating | ||
system. One event is created for each disk mounted on the system. | ||
The System `diskio` metricset provides disk IO metrics collected from the | ||
operating system. One event is created for each disk mounted on the system. | ||
|
||
This metricset is available on: | ||
|
||
- macOS (requires 10.10+) | ||
- Linux | ||
- macOS (requires 10.10+) | ||
- Windows | ||
- FreeBSD (amd64) | ||
[float] | ||
=== Configuration | ||
|
||
There are no configuration options for this metricset. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.