Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugHandler ¶
type DebugHandler interface { Health(ctx context.Context, req *proto.HealthRequest, rsp *proto.HealthResponse) error Stats(ctx context.Context, req *proto.StatsRequest, rsp *proto.StatsResponse) error }
The debug handler represents an internal server handler used to determine health, status and env info about a service node. It's akin to Google's /statusz, /healthz, and /varz
var (
DefaultDebugHandler DebugHandler = newDebug()
)
Click to show internal directories.
Click to hide internal directories.