docs(inputs.swap): Remove linux only comment (#15451)
This commit is contained in:
parent
c1bbce3e96
commit
3d85f539fc
|
|
@ -18,7 +18,6 @@ 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,4 +1,3 @@
|
||||||
# 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