Hi, I am getting timeout error for my influx queries running in grafana as I increase the time range. Is there a way to increase the timeout from UI?
net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Hi, I am getting timeout error for my influx queries running in grafana as I increase the time range. Is there a way to increase the timeout from UI?
net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Should be a timeout setting on datasource. If not you can configure globally https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#timeout|https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#timeout
Thank you. That looks like I have to make changes to .ini file, is there a way to control it from UI?
You can read all the details on that page I shared
Thank you so much