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
Hi, trying InfluxDB configuration on a WAS 8.5.5 seems to be doing 400+ HTTP Request on a single period.
Number of writes on a single period:
#grep was_metrics influxdb_httpaccess.log | grep POST | grep 12:09 | wc -l 424
Request example. The body size seems to be very small:
X.X.X.X.X - was_writer [10/Sep/2019:12:40:16 +0200] "POST /write?consistency=one&db=was_metrics&p=%5BREDACTED%5D&precision=n&rp=&u=was_writer HTTP/1.1" 204 0 "-" "influxdb-smart-relay" 60d67f0d-d3b7-11e9-b424-0050569975eb 5685 X.X.X.X.X - was_writer [10/Sep/2019:12:40:16 +0200] "POST /write?consistency=one&db=was_metrics&p=%5BREDACTED%5D&precision=n&rp=&u=was_writer HTTP/1.1" 204 0 "-" "influxdb-smart-relay" 60d78de1-d3b7-11e9-b425-0050569975eb 5160
Is it sending a write HTTP request by metric gathered?
Thanks, Regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, trying InfluxDB configuration on a WAS 8.5.5 seems to be doing 400+ HTTP Request on a single period.
Number of writes on a single period:
Request example. The body size seems to be very small:
Is it sending a write HTTP request by metric gathered?
Thanks,
Regards
The text was updated successfully, but these errors were encountered: