Documentation ¶
Index ¶
- func CheckDataDepth(ctx context.Context, address string) (uint64, uint64, uint64, error)
- func CheckGQL(address string) (time.Duration, uint64, error)
- func CheckGRPC(address string) (time.Duration, uint64, error)
- func CheckREST(address string) (time.Duration, uint64, error)
- func GetTradesCount(ctx context.Context, address string, dateRangeEnd time.Time) (uint64, error)
- type NodeScannerService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDataDepth ¶ added in v0.8.2
Types ¶
type NodeScannerService ¶
type NodeScannerService struct {
// contains filtered or unexported fields
}
func NewNodeScannerService ¶
func NewNodeScannerService( config *config.MonitoringConfig, collector *collectors.VegaMonitoringCollector, log *logging.Logger, ) *NodeScannerService
Click to show internal directories.
Click to hide internal directories.