protodoc.io
Project grafana/grafana-image-renderer
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
grpc.health.v1
pluginextensionv2
pluginv2
grpc.health.v1
Health
Check
HealthCheckRequest
HealthCheckResponse
ServingStatus
package
grpc.health.v1
Get desktop application:
View/edit binary Protocol Buffers messages
service
Health
health.proto:18
rpc
Check
(
HealthCheckRequest
,
HealthCheckResponse
)
health.proto:19
message
HealthCheckRequest
health.proto:5
string
service
= 1
message
HealthCheckResponse
health.proto:9
HealthCheckResponse.ServingStatus
status
= 1
enum
HealthCheckResponse.ServingStatus
health.proto:10
Used in:
HealthCheckResponse
UNKNOWN
= 0
SERVING
= 1
NOT_SERVING
= 2