Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Statistics *util.Stats Started bool // contains filtered or unexported fields }
Server represent a Dogstatsd server
func NewServer ¶
func NewServer(metricOut chan<- *metrics.MetricSample, eventOut chan<- metrics.Event, serviceCheckOut chan<- metrics.ServiceCheck) (*Server, error)
NewServer returns a running Dogstatsd server
Click to show internal directories.
Click to hide internal directories.