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
We are creating a job which has the tenant name for each tenant to
query, but we use the incorrect index in the `ids` slice that contains
the list of tenants. This causes the querier to select results for the
first tenant in the list of tenants to match with instead of the actual
tenant the querier was intended for.
I updated the existing tests to check the labels of the results as well
instead of only relying on the number of series found.
Fixescortexproject#5941
Signed-off-by: Charlie Le <[email protected]>
0 commit comments