Sorry ,In my stack grafana connect to thanos-query thanos-store and thanos-compactor
I want to query data 90days
grafana problem is not show data on thanos-query auto-downsampling
but show “5m-downsampling” on grafana dashboard
How do I fixed it ?
information config
thanos-query
--grpc-address 0.0.0.0:29190
--http-address 0.0.0.0:29090
--log.level debug --query.replica-label environment
--query.replica-label prometheus_replica
--store=xxxxx:19191
--store=xxxxx:19190
--web.external-prefix=thanos-query
--query.auto-downsampling
--query.instant.default.max_source_resolution=1h
thanos-compactor
--http-address 0.0.0.0:39090
--log.level debug --data-dir /var/lib/thanos-compactor
--retention.resolution-raw 7d
--retention.resolution-5m 20d
--retention.resolution-1h 90d
--delete-delay 72h
thanos-store
--log.level debug
--objstore.config-file /etc/thanos/thanos-store.yml
--index-cache-size 250MB
--chunk-pool-size 2GB
--store.grpc.series-sample-limit 0
--store.grpc.series-max-concurrency 20
image capture
== grafana query 90 days===
== thanos query auto downsampling===
== thanos query 5m downsampling ===
if I tried edit "Max data points = 800 " on query options grafana ,it show auto-down-sampling why ?
thanks.
1 Like
Hi @peachwaravich,
Thanks for opening this post.
Grafana’s current latest stable version is 9.3.1 and the version you are using is a bit older now. Also, there are numerous bug fixes and improvements had been made along the releases (see Changelog)
The recommendation would be to test this in the recent stable version and if that does not work then feel free to report it here.
Hi @peachwaravich,
Thanks for updating it.
Hmm, this is something also new for me and seems to be related to Thanos and Grafana. I found this GitHub issue which seems a close match to your issue.
Maybe you can find some hints.
Hi @usman.ahmad thanks for solution, now I found a solution
when I’ve access to grafana dashboard (linux exporter template) show windows full screen size , I got a problem , it can’t show data 90 days
but when resized panel on dashboard , I can see panel 90 days
sorry , Do you have any solve a problem ?
very interesting
Could you please do the following:
- Open this Dashboard into e.g. Chrome browser and use the Browser Developer Tools
- Clear out the Console Tab and Network (just before reproducing it)
- Reproduce the issue and note down any errors in the console and network tab (send it to us)
- The best way to send us is via .HAR file (here is the link how to do it)
I will really like to see the network n console logs for this one
Hello, I have been facing the same issue. It looks like in explore window Grafana ignores the downsampling of a Thanos query and it shows only the raw data. If you hit split in explore or create a smaller panel in a dashboard the data is showing as expected and it is utilising the auto downsampling. It happens with a 30d window, where raw data retention is 14days and 5m/1h data retention is 365 days.
Grafana version is v9.4.3
1 Like
Having another look into this, it looks like the issue has to do with the size of the browser window. Using a small browser window, shows all the data. Increasing the size ends up with the issue above.
Hi @stylianosrigas ,
Thanks for this feedback.
Can you please try to reproduce it while using Grafana 10 latest version?
If you were able to reproduce it then, we would appreciate it if you can open a bug report about this in our official GitHub repository using this link.
Provide all the information (you can simply copy/paste your data + screenshot from here to there).
Lastly, paste the link to your GitHub issue here in this post so that all other community users can also track it. I will also add more additional information to it