We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bd3d4 commit 2bda34fCopy full SHA for 2bda34f
.mise.toml
@@ -10,7 +10,7 @@ ASDF_RUST_PROFILE = "minimal"
10
rust = '1.73.0'
11
just = '1'
12
grpcurl = '*'
13
-grpc-health-probe = "*"
+# grpc-health-probe = "*"
14
sccache = "0.5"
15
cargo-binstall = "latest"
16
justfile
@@ -97,7 +97,7 @@ run_example_grpc_server:
97
98
run_example_grpc_client:
99
# grpcurl -plaintext -d '{"service": "healthcheck"}' 127.0.0.1:50051 grpc.health.v1.Health/Check
100
- grpc-health-probe -addr 127.0.0.1:50051
+ # grpc-health-probe -addr 127.0.0.1:50051
101
grpcurl -plaintext 127.0.0.1:50051 list
102
cd examples/grpc; OTEL_SERVICE_NAME=grpc-client cargo run --bin client
103
0 commit comments