docs(inputs.swap): Add message about plugin limitation (#14139)

This commit is contained in:
Damian Szczepanik 2023-10-24 13:23:30 +02:00 committed by GitHub
parent 062326eb48
commit a7d1172f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 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
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
# Read metrics about swap memory usage
# This plugin ONLY supports Linux
[[inputs.swap]]
# no configuration
```

View File

@ -1,3 +1,4 @@
# Read metrics about swap memory usage
# This plugin ONLY supports Linux
[[inputs.swap]]
# no configuration