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
#6171 changed the Series request to return gRPC status code ResourceExhausted when limit is reached.
However, we didn't do the same thing for LabelValues and LabelNames request, but they will also potentially hit the series limit when matchers are specified. Now LabelNames and LabelValues returns Internal and Aborted error respectively.
#6171 changed the
Series
request to return gRPC status codeResourceExhausted
when limit is reached.However, we didn't do the same thing for
LabelValues
andLabelNames
request, but they will also potentially hit the series limit when matchers are specified. NowLabelNames
andLabelValues
returnsInternal
andAborted
error respectively.https://github.com/thanos-io/thanos/blob/main/pkg/store/bucket.go#L1577
https://github.com/thanos-io/thanos/blob/main/pkg/store/bucket.go#L1765
The text was updated successfully, but these errors were encountered: