-
Notifications
You must be signed in to change notification settings - Fork 340
Open
Description
Hi, we are recently having problems with our influxdb-relay. Sometimes, there is an increase in the use of rss and vms memory and then the influxdb-relays buffer becomes full, with the consequent loss of data.
We have seen that there are some erroneous http requests to the client.
Is it possible that this amount of requests fill the buffer?
Influx-relay configuration
[[http]]
name = "influx-http"
bind-addr = "10.159.163.28:9096"
output = [
{ name="influx1", location = "http://10.159.163.28:8086/write", buffer-size-mb = 4000 ,max-batch-kb = 100, max-delay-interval = "5s"},
{ name="influx2", location = "http://10.159.163.53:8086/write", buffer-size-mb = 4000, max-batch-kb = 100, max-delay-interval = "5s"},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

