docs(inputs.swap): Add message about plugin limitation (#14139)
This commit is contained in:
parent
062326eb48
commit
a7d1172f54
|
|
@ -1,6 +1,6 @@
|
||||||
# Swap Input Plugin
|
# Swap Input Plugin
|
||||||
|
|
||||||
The swap plugin collects system swap metrics.
|
The swap plugin collects system swap metrics. This plugin ONLY supports Linux.
|
||||||
|
|
||||||
For more information on what swap memory is, read [All about Linux swap
|
For more information on what swap memory is, read [All about Linux swap
|
||||||
space](https://www.linux.com/news/all-about-linux-swap-space).
|
space](https://www.linux.com/news/all-about-linux-swap-space).
|
||||||
|
|
@ -18,6 +18,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
|
|
||||||
```toml @sample.conf
|
```toml @sample.conf
|
||||||
# Read metrics about swap memory usage
|
# Read metrics about swap memory usage
|
||||||
|
# This plugin ONLY supports Linux
|
||||||
[[inputs.swap]]
|
[[inputs.swap]]
|
||||||
# no configuration
|
# no configuration
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
# Read metrics about swap memory usage
|
# Read metrics about swap memory usage
|
||||||
|
# This plugin ONLY supports Linux
|
||||||
[[inputs.swap]]
|
[[inputs.swap]]
|
||||||
# no configuration
|
# no configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue