monitor

package
v1.6.0-debug-vrfv1-rin... Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

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(string) (client.Reader, error)) services.ServiceCtx

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

Types

type Config

type Config interface {
	BlockRate() time.Duration
}

Config defines the monitor configuration.

type Keystore

type Keystore interface {
	GetAll() ([]terrakey.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