Documentation ¶
Index ¶
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
}
Server will maintain all the probes and start and stop them.
func (*Server) Observe ¶
func (s *Server) Observe(names ...string) *subscriber.Observer
Observe the names of the probes.
func (*Server) Register ¶
func (s *Server) Register(regs ...*Registration)
Register all the registrations.
func (*Server) Subscribe ¶
func (s *Server) Subscribe(names ...string) *subscriber.Subscriber
Subscribe to the names of the probes.
Click to show internal directories.
Click to hide internal directories.