//
pkg.gl
Category
github.com/dipperin/go-ms-toolkit
heath-check
grpc-healthcheck
package
0.0.37
Repository:
https://github.com/dipperin/go-ms-toolkit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
69 SLOC
#
Functions
RegisterHealthCheck
这个是在开启grpc health check, 本身grpc 就支持健康检查协议, 如果k8s能直接调同的话 use grpc_health_probe 那就只用调用这个方法就好了.
RegisterHealthCheckWithGin
这是一个wrap 方法, 开启一个gin,可以同http的方法去调用grpc的健康检查,注意: 必须启动完grpc server 后才能调用 先决条件: 1.