Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ragged chart with Max1hDownsampling #1063

Closed
ivmaks opened this issue Apr 22, 2019 · 4 comments
Closed

ragged chart with Max1hDownsampling #1063

ivmaks opened this issue Apr 22, 2019 · 4 comments
Labels

Comments

@ivmaks
Copy link

ivmaks commented Apr 22, 2019

Hello community! I can not find an explanation for this behavior:

when Max1hDownsampling I observe emptiness

Max1hDownsampling

with Max5mDownsampling it seems that everything is fine

Max5mDownsampling

curl -s 'https://tq-ww3d-int.wbz.sqtools.ru/api/v1/query_range?query=up%7Binstance%3D%22app56.ww3d-int.wbz.sqtools.ru%3A9102%22%7D&dedup=true&partial_response=true&start=1550479236.65&end=1555922436.65&step=21772&max_source_resolution=1h&_=1555922161796' > 1h.txt
curl -s 'https://tq-ww3d-int.wbz.sqtools.ru/api/v1/query_range?query=up%7Binstance%3D%22app56.ww3d-int.wbz.sqtools.ru%3A9102%22%7D&dedup=true&partial_response=true&start=1550479236.65&end=1555922436.65&step=21772&max_source_resolution=5m&_=1555922161796' > 5m.txt

5m.txt
1h.txt

thanos --version
thanos, version 0.3.2 (branch: HEAD, revision: 4b7320c0e45e3f48a437bd19294f569785bafb02)
  build user:       circleci@4ea007a18ffa
  build date:       20190304-17:16:56
  go version:       go1.10.8

thanos bucket inspect > inspect.log
inspect.log

@bwplotka
Copy link
Member

Yea, looks like you don't have 1h downsampling blocks yet and behaviour for fallback to 5m does not really work? (:

@bwplotka bwplotka added the bug label Apr 23, 2019
@ivmaks
Copy link
Author

ivmaks commented Apr 23, 2019

The problem is reproduced in several environments.

If we remove the 1h samples, the graphics are rendered perfectly. Until the compactor starts and it does not generate 1h samples.

@bwplotka
Copy link
Member

I think we are fixing this in #1146

@bwplotka
Copy link
Member

Should be fixed by #1146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants