Versions in this module Expand all Collapse all v0 v0.0.1 Mar 17, 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)