Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVMSelectServer ¶
NewVMSelectServer starts new server at the given addr, which serves vmselect requests from the given s.
Types ¶
type VMInsertServer ¶
type VMInsertServer struct {
// contains filtered or unexported fields
}
VMInsertServer processes connections from vminsert.
func NewVMInsertServer ¶
func NewVMInsertServer(addr string, storage *storage.Storage) (*VMInsertServer, error)
NewVMInsertServer starts VMInsertServer at the given addr serving the given storage.
func (*VMInsertServer) MustStop ¶
func (s *VMInsertServer) MustStop()
MustStop gracefully stops s so it no longer touches s.storage after returning.
Click to show internal directories.
Click to hide internal directories.