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
InfluxDB output should support configuring the consistency parameter with one of the valid levels: any, one, quorum, or all.
At the moment consistency parameter is sent with an empty value by the client:
POST /write?consistency=&db=DBNAME&precision=s&rp=default HTTP/1.1 204
The text was updated successfully, but these errors were encountered:
influxdb output: write consistency parameter
6970a5d
closes #1249
204ebf6
Successfully merging a pull request may close this issue.
InfluxDB output should support configuring the consistency parameter with one of the valid levels: any, one, quorum, or all.
At the moment consistency parameter is sent with an empty value by the client:
POST /write?consistency=&db=DBNAME&precision=s&rp=default HTTP/1.1 204
The text was updated successfully, but these errors were encountered: