Skip to content

How can I get health of rr server - grpc plugin? #967

Answered by rustatian
lanphan asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @lanphan, thanks for the question.
Unfortunately, the grpc plugin doesn't have an implementation of the statuses (provided by the Status plugin).
It's very easy to implement them (for the workers) for the grpc plugin FR. Feel free to thumb up for this ticket 😃
For the grpc we have 2 options:

  1. Native health checks: https://github.com/grpc/grpc/blob/master/doc/health-checking.md
  2. Implement a status plugin interface and provide worker statistics with it.

Regarding your curl requests. You don't have an http plugin in the configuration, thus health for it returns with Service: HTTP not found.
RPC doesn't have statuses as well as the grpc as I mentioned above 😃

Also, feel free to join our d…

Replies: 6 comments 19 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by rustatian
Comment options

You must be logged in to vote
2 replies
@rustatian
Comment options

@lanphan
Comment options

Comment options

You must be logged in to vote
1 reply
@rustatian
Comment options

Comment options

You must be logged in to vote
1 reply
@rustatian
Comment options

Comment options

You must be logged in to vote
4 replies
@lanphan
Comment options

@rustatian
Comment options

@rustatian
Comment options

@lanphan
Comment options

Comment options

You must be logged in to vote
11 replies
@TemKaa1337
Comment options

@rustatian
Comment options

@TemKaa1337
Comment options

@TemKaa1337
Comment options

@rustatian
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
R-question Question
3 participants