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
Furthermore the combination of both would be nice to have one http endpoint on the gateway that calls the check method on the grpc server to really have a meaningful result for the health of the whole service.
If possible it would also be nice if it could be added to the options in runtime.NewServeMux like WithHealthCheckEnabled(conn *grpc.ClientConn), to activate a "healthz" route with the described behaviour. I would guess that the need for healthchecks should be common enough for that.
If you think it shouldn't be integrated in this place, maybe there's also another place where this could fit in.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
📚 Documentation
It would be great to add further documentation to https://grpc-ecosystem.github.io/grpc-gateway/docs/operations/health_check/ and add the example discussed in #1977.
Furthermore the combination of both would be nice to have one http endpoint on the gateway that calls the
check
method on the grpc server to really have a meaningful result for the health of the whole service.If possible it would also be nice if it could be added to the options in
runtime.NewServeMux
likeWithHealthCheckEnabled(conn *grpc.ClientConn)
, to activate a "healthz" route with the described behaviour. I would guess that the need for healthchecks should be common enough for that.If you think it shouldn't be integrated in this place, maybe there's also another place where this could fit in.
The text was updated successfully, but these errors were encountered: