feat(tvix/store): add grpc healthcheck service to daemon

Change-Id: Ib95fc9352a45d54f9a16c8841c7e8f7cbeeaee8c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12019
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: yuka <yuka@yuka.dev>
This commit is contained in:
Yureka 2024-07-22 15:41:32 +02:00 committed by clbot
parent 39c8b6dece
commit 2547ff2cf6
4 changed files with 71 additions and 0 deletions

View file

@ -44,6 +44,7 @@ tracing = "0.1.40"
tracing-indicatif = "0.3.6"
hyper-util = "0.1.6"
toml = { version = "0.8.15", optional = true }
tonic-health = { version = "0.12.1", default-features = false }
[dependencies.tonic-reflection]
optional = true