Documentation ¶
Index ¶
Constants ¶
View Source
const ( JoinAPIPattern = "/exporter/join?exporter_tag=%s" DataAPIPattern = "/exporter/data" QuitAPIPattern = "/exporter/quit?exporter_tag=%s&lazy_quit=%v" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExporterServer ¶
type ExporterServer struct {
// contains filtered or unexported fields
}
ExporterServer 串行化的,无需加锁
func NewExporterServer ¶
func NewExporterServer(conf config.ExporterConfig, stopCh <-chan struct{}) *ExporterServer
Click to show internal directories.
Click to hide internal directories.