Skip to content
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

CellHealth seems to be sending 1 write request per metric #13

Open
sbengo opened this issue Sep 12, 2019 · 0 comments
Open

CellHealth seems to be sending 1 write request per metric #13

sbengo opened this issue Sep 12, 2019 · 0 comments

Comments

@sbengo
Copy link

sbengo commented Sep 12, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant