You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an influxdb-relay issue, which is not documented in the InfluxData docs. Also, AFAIK, influxdb-relay is not supported. @Alexvianet -- you can try adding this issue in the influxdata/influxdb-relay repository.
influxdata/influxdb-relay#66
URL for relevant page?
influxdata/influxdb-relay#66
What products and version are you using?
latest
Where did you look before opening the issue?
how should i configure relay in prometheus case
prometheus config:
relay config:
Loadbalancer nginx config:
and get error
2018/06/01 14:08:02 [error] 10360#0: *69959 readv() failed (104: Connection reset by peer) while reading upstream, client: prometheus_host, server: relay.Loadbalancer, request: "POST /api/v1/prom/write?u=foo&p=bar&db=prometheus HTTP/1.1", upstream: "http://relay:9096/api/v1/prom/write?u=foo&p=bar&db=prometheus", host: "relay.Loadbalancer:9096"
Runing on relay server:
curl -i -XPOST 'http://localhost:9096/api/v1/prom/write?u=foo&p=bar&db=prometheus' --data-binary 'cpu_load_short,host=server01,region=us-west value=22.64 1434055562000000000'
gives:
The text was updated successfully, but these errors were encountered: