mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add util healthz comment (#9171)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/9182/head
parent
2792f85211
commit
fd6eb5d187
|
@ -12,6 +12,8 @@
|
|||
package healthz
|
||||
|
||||
const (
|
||||
// ContentTypeHeader is the health check request type header.
|
||||
ContentTypeHeader = "Content-Type"
|
||||
ContentTypeText = "text/plain"
|
||||
// ContentTypeHeader is the health check request type text.
|
||||
ContentTypeText = "text/plain"
|
||||
)
|
||||
|
|
|
@ -11,4 +11,5 @@
|
|||
|
||||
package healthz
|
||||
|
||||
// HealthzRouterPath is default path for check health state.
|
||||
const HealthzRouterPath = "/healthz"
|
||||
|
|
Loading…
Reference in New Issue