monitor

package
v0.0.0-...-c13e492 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2022 License: Apache-2.0, BSD-2-Clause-Views, BSD-3-Clause, + 1 more Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileDescriptor

type FileDescriptor struct {
	// contains filtered or unexported fields
}

func NewFileDescriptor

func NewFileDescriptor(path string, ticker *time.Ticker, sender metrics.MetricSender, logger logger.Logger) *FileDescriptor

func (*FileDescriptor) Run

func (f *FileDescriptor) Run(signals <-chan os.Signal, ready chan<- struct{}) error

type NATSMonitor

type NATSMonitor struct {
	Subscriber Subscriber
	Sender     metrics.MetricSender
	TickChan   <-chan time.Time
	Logger     logger.Logger
}

func (*NATSMonitor) Run

func (n *NATSMonitor) Run(signals <-chan os.Signal, ready chan<- struct{}) error

type Subscriber

type Subscriber interface {
	Pending() (int, error)
	Dropped() (int, error)
}

type Uptime

type Uptime struct {
	// contains filtered or unexported fields
}

func NewUptime

func NewUptime(interval time.Duration) *Uptime

func (*Uptime) Start

func (u *Uptime) Start()

func (*Uptime) Stop

func (u *Uptime) Stop()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL