Skip to content

Commit

Permalink
Fix group-replica error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
hczhu-db committed Aug 22, 2024
1 parent 49ae416 commit 6a09a84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/store/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,10 @@ func (s *ProxyStore) Series(originalRequest *storepb.SeriesRequest, srv storepb.
"errors", fmt.Sprintf("%+v", failedStores),
"total_failed_stores", totalFailedStores,
)
level.Warn(s.logger).Log("msg", "Group/replica errors",
"errors", fmt.Sprintf("%+v", failedStores),
"total_failed_stores", totalFailedStores,
)
}
}
defer logGroupReplicaErrors()
Expand Down

0 comments on commit 6a09a84

Please sign in to comment.