Different Query Result about Recording Rules and Simple Time Series in Thanos Query #7584
Replies: 1 comment
-
got it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have three Prometheus instances with sharding, collecting some time series. Some time series are generated through recording rules, while others are simple scraped metrics. In Thanos Query, the same behavior for both types of time series yields different results.
For example, the simple scraped metric
up
without using "Use Deduplication" results in:Using "Use Deduplication" gives:
For the recording rule generated time series
up:sum
, without deduplication, the result is:With deduplication, the result is:
I think that both recording-generated time series and ordinary time series should appear the same in Thanos, so the results should not differ.
If my understanding is incorrect, please point it out.
Here are some relevant configurations from the Bitnami-deployed Prometheus:
Here is Thanos Query helm file:
Prometheus startup parameters are as follows:
Thanos Query startup parameters:
Beta Was this translation helpful? Give feedback.
All reactions