We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we should be able to parse simple values as a data format, with the ability to specify string, integer, float or boolean, like this:
[[inputs.exec]] commands = ["uname -r"] data_format = "value" data_type = "string" name_override = "kernel_version"
which would output:
kernel_version,[tags] value="15.3.0" 1457975011144006845
see #235
The text was updated successfully, but these errors were encountered:
Value parser, for parsing a single value into a metric
2b15251
closes #849
05ea630
03289bb
5c1b635
No branches or pull requests
we should be able to parse simple values as a data format, with the ability to specify string, integer, float or boolean, like this:
which would output:
see #235
The text was updated successfully, but these errors were encountered: