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
[[inputs.postgresql_extensible]] [[inputs.postgresql_extensible.query]] sqlquery = "select 'foo' as bar"
Version: current master (49988b1)
telegraf -config telegraf.conf -test
* Plugin: postgresql_extensible, Collection 1 > postgresql,host=x bar="foo" 1470627087634734894
* Plugin: postgresql_extensible, Collection 1 > postgresql,host=x bar=foo 1470627087634734894
The plugin needs to output text values as strings, not byte arrays, then they'll be encoded correctly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Relevant telegraf.conf:
System info:
Version: current master (49988b1)
Steps to reproduce:
telegraf -config telegraf.conf -test
Expected behavior:
Actual behavior:
Additional information:
The plugin needs to output text values as strings, not byte arrays, then they'll be encoded correctly.
The text was updated successfully, but these errors were encountered: