monitor

package
v1.12.0-base-rc0 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

TODO: Improve code reuse (mostly c/p of core/chains/terra/monitor/balance.go)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBalanceMonitor

func NewBalanceMonitor(chainID string, cfg Config, lggr logger.Logger, ks Keystore, newReader func() (solanaClient.Reader, error)) services.ServiceCtx

NewBalanceMonitor returns a balance monitoring services.Service which reports the luna balance of all ks keys to prometheus.

Types

type Config

type Config interface {
	BalancePollPeriod() time.Duration
}

Config defines the monitor configuration.

type Keystore

type Keystore interface {
	GetAll() ([]solkey.Key, error)
}

Keystore provides the keys to be monitored.

Jump to

Keyboard shortcuts

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