package
2.3.0+incompatible
Repository: https://github.com/jaegertracing/jaeger.git
Documentation: pkg.go.dev

# Functions

New creates a HealthCheck with the specified initial state.

# Constants

Broken indicates that the healthcheck itself is broken, not serving HTTP.
Ready indicates the service is ready to handle requests.
Unavailable indicates the service is not able to handle requests.

# Structs

HealthCheck provides an HTTP endpoint that returns the health status of the service.

# Type aliases

Status represents the state of the service.