diff --git a/CHANGELOG.md b/CHANGELOG.md index 113bb0e6765..3b5936fbc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ * [BUGFIX] Ingester: Don't cache context cancellation error when querying. #6446 * [BUGFIX] Ingester: don't ignore errors encountered while iterating through chunks or samples in response to a query request. #6469 * [BUGFIX] All: fix issue where traces for some inter-component gRPC calls would incorrectly show the call as failing due to cancellation. #6470 +* [BUGFIX] Querier: correctly mark streaming requests that return no series from ingesters or store-gateways as successful, not cancelled, in metrics and traces. #6471 ### Mixin