monitor

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Notify

func Notify(info MonitorInfo)

Types

type InfoType

type InfoType int
const (
	EtcdInput InfoType = iota
	EtcdInputDrop
	HTTPInput
	DINGDINGOutput
	DINGDINGWorkNoticeOutput
	MYSQLOutput
	HTTPOutput
	LastType
)

func (InfoType) String

func (i InfoType) String() string

type Monitor

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

func New

func New() (*Monitor, error)

func (*Monitor) Notify

func (m *Monitor) Notify(info MonitorInfo)

func (*Monitor) StatMessageRemain

func (m *Monitor) StatMessageRemain()

type MonitorHTTP

type MonitorHTTP struct {
}

func NewMonitorHTTP

func NewMonitorHTTP() (*MonitorHTTP, error)

func (*MonitorHTTP) GetHTTPEndPoints

func (w *MonitorHTTP) GetHTTPEndPoints() []stypes.Endpoint

func (*MonitorHTTP) Stat

func (w *MonitorHTTP) Stat(ctx context.Context, req *http.Request, vars map[string]string) (stypes.Responser, error)

type MonitorInfo

type MonitorInfo struct {
	Tp     InfoType
	Detail string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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