Documentation ¶ Index ¶ type Server func NewServer(logger logger.Logger, listenAddress string, forwardAddress string, ...) (*Server, error) func (s *Server) Start() error 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 logger.Logger, listenAddress string, forwardAddress string, namespace string, serviceName string, instanceName string, metricNames []string) (*Server, error) func (*Server) Start ¶ func (s *Server) Start() error Source Files ¶ View all Source files server.go Directories ¶ Show internal Expand all Path Synopsis metricshandler abstract factory jupyterkernelbusyness numofrequests Click to show internal directories. Click to hide internal directories.