monitor_syncer

package
v0.1.224 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2023 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collector

type Collector struct {
	ArweaveCurrentHeight                  *prometheus.Desc
	ArweaveLastNetworkInfoTimestamp       *prometheus.Desc
	StartTimestamp                        *prometheus.Desc
	UpForSeconds                          *prometheus.Desc
	SyncerBlocksBehind                    *prometheus.Desc
	SyncerCurrentHeight                   *prometheus.Desc
	SyncerFinishedHeight                  *prometheus.Desc
	AverageBlocksProcessedPerMinute       *prometheus.Desc
	AverageTransactionDownloadedPerMinute *prometheus.Desc
	AverageInteractionsSavedPerMinute     *prometheus.Desc
	PeersBlacklisted                      *prometheus.Desc
	NumPeers                              *prometheus.Desc
	TransactionsDownloaded                *prometheus.Desc
	InteractionsSaved                     *prometheus.Desc
	FailedInteractionParsing              *prometheus.Desc
	NumWatchdogRestarts                   *prometheus.Desc

	DbInteractionInsert               *prometheus.Desc `json:""`
	DbLastTransactionBlockHeightError *prometheus.Desc `json:""`
	TxValidationErrors                *prometheus.Desc `json:""`
	TxDownloadErrors                  *prometheus.Desc `json:""`
	BlockValidationErrors             *prometheus.Desc `json:""`
	BlockDownloadErrors               *prometheus.Desc `json:""`
	PeerDownloadErrors                *prometheus.Desc `json:""`
	NetworkInfoDownloadErrors         *prometheus.Desc `json:""`
	// contains filtered or unexported fields
}

func NewCollector

func NewCollector() *Collector

func (*Collector) Collect

func (self *Collector) Collect(ch chan<- prometheus.Metric)

Collect implements required collect function for all promehteus collectors

func (*Collector) Describe

func (self *Collector) Describe(ch chan<- *prometheus.Desc)

func (*Collector) WithMonitor

func (self *Collector) WithMonitor(m *Monitor) *Collector

type Monitor

type Monitor struct {
	*task.Task

	Report report.Report

	// Block processing speed
	BlockHeights      *deque.Deque[int64]
	TransactionCounts *deque.Deque[uint64]
	InteractionsSaved *deque.Deque[uint64]
	// contains filtered or unexported fields
}

Stores and computes monitor counters

func NewMonitor

func NewMonitor() (self *Monitor)

func (*Monitor) Clear

func (self *Monitor) Clear()

func (*Monitor) GetPrometheusCollector

func (self *Monitor) GetPrometheusCollector() (collector prometheus.Collector)

func (*Monitor) GetReport

func (self *Monitor) GetReport() *report.Report

func (*Monitor) IsOK

func (self *Monitor) IsOK() bool

func (*Monitor) OnGetHealth

func (self *Monitor) OnGetHealth(c *gin.Context)

func (*Monitor) OnGetState

func (self *Monitor) OnGetState(c *gin.Context)

func (*Monitor) WithMaxHistorySize

func (self *Monitor) WithMaxHistorySize(maxHistorySize int) *Monitor

Jump to

Keyboard shortcuts

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