monitor_contract

package
v0.2.177 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collector

type Collector struct {

	// Run
	StartTimestamp      *prometheus.Desc
	UpForSeconds        *prometheus.Desc
	NumWatchdogRestarts *prometheus.Desc

	// Network
	NetworkInfoDownloadErrors       *prometheus.Desc
	ArweaveCurrentHeight            *prometheus.Desc
	ArweaveLastNetworkInfoTimestamp *prometheus.Desc

	// Blocks
	BlocksBehind                    *prometheus.Desc
	BlockCurrentHeight              *prometheus.Desc
	AverageBlocksProcessedPerMinute *prometheus.Desc

	// PeerMonitor
	PeersBlacklisted *prometheus.Desc
	NumPeers         *prometheus.Desc

	// BlockDownloader
	BlockValidationErrors *prometheus.Desc
	BlockDownloadErrors   *prometheus.Desc
	PeerDownloadErrors    *prometheus.Desc

	// TransactionDownloader
	TransactionsDownloaded                *prometheus.Desc
	AverageTransactionDownloadedPerMinute *prometheus.Desc
	TxPermanentDownloadErrors             *prometheus.Desc
	TxValidationErrors                    *prometheus.Desc
	TxDownloadErrors                      *prometheus.Desc

	// Contractor
	DbContractInsertError             *prometheus.Desc
	DbSourceError                     *prometheus.Desc
	DbLastTransactionBlockHeightError *prometheus.Desc
	LoadPersistentContractError       *prometheus.Desc
	LoadContractError                 *prometheus.Desc
	LoadSourceError                   *prometheus.Desc
	LoadInitStateError                *prometheus.Desc
	FinishedHeight                    *prometheus.Desc
	AverageContractsSavedPerMinute    *prometheus.Desc
	ContractsSaved                    *prometheus.Desc

	// Redis publisher
	RedisPublishErrors     []*prometheus.Desc
	RedisPersistentErrors  []*prometheus.Desc
	RedisMessagesPublished []*prometheus.Desc
	RedisPoolHits          []*prometheus.Desc
	RedisPoolIdleConns     []*prometheus.Desc
	RedisPoolMisses        []*prometheus.Desc
	RedisPoolStaleConns    []*prometheus.Desc
	RedisPoolTimeouts      []*prometheus.Desc
	RedisPoolTotalConns    []*prometheus.Desc

	// App sync publisher
	AppSyncPublishErrors     *prometheus.Desc
	AppSyncPersistentErrors  *prometheus.Desc
	AppSyncMessagesPublished *prometheus.Desc
	// contains filtered or unexported fields
}

func NewCollector

func NewCollector(config *config.Config) *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]
	ContractsSaved    *deque.Deque[uint64]

	// Params
	IsFatalError atomic.Bool
	// contains filtered or unexported fields
}

Stores and computes monitor counters

func NewMonitor

func NewMonitor(config *config.Config) (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) SetPermanentError added in v0.1.283

func (self *Monitor) SetPermanentError(err error)

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