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
I've followed along the README, and successfully managed to upload some test data into a Thanos stack via the thanos-kit import command. The command does indicate that the data has been successfully uploaded into the remote store.
I see the related data in the bucket dir. created as well.
# mc ls hgst/observatorium-spi-testbox-test-01/01FXRH35EAM62FH7H2QY887FDT
[2022-03-09 23:44:12 UTC] 476B STANDARD index
[2022-03-09 23:44:12 UTC] 421B STANDARD meta.json
[2022-03-10 15:14:44 UTC] 0B chunks/
However, I'm still not able ot query the data from the thanos query frontend, even after a restart.
What am I missing, can you please help?
The text was updated successfully, but these errors were encountered:
I know this issue is really old but I recently resolved this myself so figured I would add my experience for others who may come across this. Like @makeittotop, my blocks were being imported with timestamps in the 1970's and while the import appeared to be working, it would only take maybe 20s total instead of the ~2hrs mentioned in the README. I was also unable to query the import metrics via the thanos querier UI after they were "imported".
I suspected the issue was the timeframe and eventually discovered I was correct, because the metrics I had in my source prometheus textfile had the timestamp in seconds, not ms which is also in the README but which I'd overlooked. I fixed that and the import time increased to an hour or so. Afterwards, I was able to query the imported metrics without issues.
Hi,
I've followed along the README, and successfully managed to upload some test data into a Thanos stack via the
thanos-kit import
command. The command does indicate that the data has been successfully uploaded into the remote store.I see the related data in the bucket dir. created as well.
However, I'm still not able ot query the data from the thanos query frontend, even after a restart.
What am I missing, can you please help?
The text was updated successfully, but these errors were encountered: