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 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:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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