-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(inputs.swap): Add message about plugin limitation #14139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. I would prefer we ensure arch limitations are in the configuration that users interact with as well. Can you add a comment about this to the sample config and run make docs
.
For example, what we do in most of the other plugins that have limitations like this is do:
# Read metrics about swap memory usage
# This plugin ONLY supports Linux
[[inputs.swap]]
Thanks!
Adding this information to both location |
Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update @damianszczepanik!
(cherry picked from commit a7d1172)
Based on https://docs.influxdata.com/telegraf/v1/plugins/#input-swap and personal experience