Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WatchInfluxKateway ¶
type WatchInfluxKateway struct { Zkzone *zk.ZkZone Stop <-chan struct{} Tick time.Duration Wg *sync.WaitGroup // contains filtered or unexported fields }
WatchInfluxKateway continuously query InfluxDB for kateway aggregated metrics.
func (*WatchInfluxKateway) Init ¶
func (this *WatchInfluxKateway) Init(ctx monitor.Context)
func (*WatchInfluxKateway) Run ¶
func (this *WatchInfluxKateway) Run()
type WatchNgxErr ¶
type WatchNgxErr struct { Zkzone *zk.ZkZone Stop <-chan struct{} Tick time.Duration Wg *sync.WaitGroup // contains filtered or unexported fields }
func (*WatchNgxErr) Init ¶
func (this *WatchNgxErr) Init(ctx monitor.Context)
func (*WatchNgxErr) Run ¶
func (this *WatchNgxErr) Run()
Click to show internal directories.
Click to hide internal directories.