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
Ran a query count_values without (job) ("value", absent({series="7"})). Here {series="7"} couldn't match anything so absent() is expected to return a series.
res1 is from non vertical sharding Cortex and it gives expected result. res2 runs vertical sharding Cortex and it gave me bad results and additional __CORTEX_SHARD_BY__ label.
The text was updated successfully, but these errors were encountered:
yeya24
changed the title
bug: vertical sharding count_values gets hidden labels
bug: vertical sharding with count_values
Mar 9, 2023
yeya24
changed the title
bug: vertical sharding with count_values
bug: vertical sharding aggregation with absent displays shard by label
Mar 9, 2023
Describe the bug
Got this bug when running the
PromQLsmith
test.Ran a query
count_values without (job) ("value", absent({series="7"}))
. Here{series="7"}
couldn't match anything soabsent()
is expected to return a series.res1
is from non vertical sharding Cortex and it gives expected result.res2
runs vertical sharding Cortex and it gave me bad results and additional__CORTEX_SHARD_BY__
label.The text was updated successfully, but these errors were encountered: