Documentation ¶ Index ¶ type Server func NewServer(logger zerolog.Logger, telemetry *metrics.InmemSink) *Server func (s *Server) GetHealth(w http.ResponseWriter, r *http.Request) func (s *Server) GetMetrics(w http.ResponseWriter, r *http.Request) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(logger zerolog.Logger, telemetry *metrics.InmemSink) *Server func (*Server) GetHealth ¶ func (s *Server) GetHealth(w http.ResponseWriter, r *http.Request) func (*Server) GetMetrics ¶ func (s *Server) GetMetrics(w http.ResponseWriter, r *http.Request) Source Files ¶ View all Source files system.go Click to show internal directories. Click to hide internal directories.