Versions in this module Expand all Collapse all v0 v0.21.0 Jul 3, 2024 v0.20.0 Jul 3, 2024 Changes in this version + type Server struct + func New(listenAddr string) *Server + func (s *Server) EnableHealthzEndpoint() + func (s *Server) EnableMetricsEndpoint() + func (s *Server) EnablePProfEndpoint() + func (s *Server) EnablePyroAgent() error + func (s *Server) MetricsEndpointEnabled() bool + func (s *Server) Start(ctx context.Context)