Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: deprecate health server #111

Merged
merged 1 commit into from
Dec 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions http/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ type HealthServer struct {
}

// NewHealthServer returns an HTTP server with healthz capabilities.
//
// Deprecated: Use `server.GenericServer` instead.
func NewHealthServer(ctx context.Context, cfg HealthServerConfig, opts ...SrvOptFunc) *HealthServer {
// Setup the mux early so H2C can attach properly.
mux := http.NewServeMux()
Expand Down
Loading