We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83702e commit c4e123eCopy full SHA for c4e123e
proxy/grpcproxy/health.go
@@ -37,8 +37,5 @@ func checkHealth(c *clientv3.Client) etcdhttp.Health {
37
if err == nil || err == rpctypes.ErrPermissionDenied {
38
h.Health = "true"
39
}
40
- if h.Health != "true" {
41
- h.Errors = append(h.Errors, err.Error())
42
- }
43
return h
44
0 commit comments