Hi,
From few weeks in my Grafana I experience slow response from Thanos server.
During investigation I noticed that response is ok when I send a query directly to Thanos service:
####################################################
####################################################
When I send the same query to Thanos via proxy(nginx) the response time is much,much longer:
####################################################
real 0m8,808s
user 0m0,026s
sys 0m0,003s
####################################################
In this case I suspect that nginx has a bad configuration somhow. I checked the query with nginx buffering on|off but with the same result.
Anyone had the similar issue or can help to point me in good direction ?
Thanos version is 0.26.0
Thanks