protodoc.io
Project grafana/promql-anomaly-detection
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
grpc.health.v1
oteldemo
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:41
rpc
Check
(
HealthCheckRequest
,
HealthCheckResponse
)
health.proto:42
message
HealthCheckRequest
health.proto:28
string
service
= 1
message
HealthCheckResponse
health.proto:32
HealthCheckResponse.ServingStatus
status
= 1
enum
HealthCheckResponse.ServingStatus
health.proto:33
Used in:
HealthCheckResponse
UNKNOWN
= 0
SERVING
= 1
NOT_SERVING
= 2