- What Grafana version and what operating system are you using?
Grafana V9.10-beta1
Running on Docker
Fronted by Traefik Proxy
- What are you trying to achieve?
Dashboard of InfluxDB measurements
- What happened?
When I change a variable of the time range, some of the panels get an “Unexpected end of JSON input” error and red exclamation. It is random which panel it happens to and how many. Sometimes it does not happen.
- What did you expect to happen?
The dashboard load normally. When I “refresh” the browser page, it loads with no errors every time, no matter which time range is selected.
- Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-08-13T18:14:53.386973415Z level=error msg="Request error" error="net/http: abort Handler"
logger=data-proxy-log userId=1 orgId=1 uname=admin path=/api/datasources/proxy/2/query remote_addr=10.1.20.43 referer="https://grafana.redacted.net/d/r5M0DLkVz/fcu-dashboard?orgId=1&from=now-2d&to=now&var-MachineID=All&var-MachineName=All&var-MachineContinent=All&var-Status=All" traceID=00000000000000000000000000000000 t=2022-08-13T18:21:45.595538303Z level=error msg="Proxy request error" error="httputil: ReverseProxy read error during body copy: read tcp 10.0.4.233:40036->10.0.4.71:8086: use of closed network connection"
logger=data-proxy-log userId=1 orgId=1 uname=admin path=/api/datasources/proxy/2/query remote_addr=10.1.20.43 referer="https://grafana.redacted.net/d/r5M0DLkVz/fcu-dashboard?orgId=1&from=now-2d&to=now&var-MachineID=All&var-MachineName=All&var-MachineContinent=All&var-Status=All" traceID=00000000000000000000000000000000 t=2022-08-13T18:05:51.03783699Z level=error msg="Proxy request error" error="httputil: ReverseProxy read error during body copy: read tcp 10.0.4.233:60366->10.0.4.71:8086: use of closed network connection"
From the error above, this seems like a traefik issue. “use of closed network connection”. Any advice on fixing?