stats

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2021 License: Apache-2.0, MIT Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Collect added in v0.5.0

func Collect(ctx context.Context, api v0api.FullNode, influx client.Client, database string, height int64, headlag int)

func GetFullNodeAPI

func GetFullNodeAPI(ctx context.Context, repo string) (v0api.FullNode, jsonrpc.ClientCloser, error)

func GetLastRecordedHeight

func GetLastRecordedHeight(influx client.Client, database string) (int64, error)

func GetTips

func GetTips(ctx context.Context, api v0api.FullNode, lastHeight abi.ChainEpoch, headlag int) (<-chan *types.TipSet, error)

func InfluxClient

func InfluxClient(addr, user, pass string) (client.Client, error)

func InfluxNewBatch

func InfluxNewBatch() (client.BatchPoints, error)

func NewPoint

func NewPoint(name string, value interface{}) models.Point

func NewPointFrom

func NewPointFrom(p models.Point) *client.Point

func RecordTipsetMessagesPoints

func RecordTipsetMessagesPoints(ctx context.Context, api v0api.FullNode, pl *PointList, tipset *types.TipSet) error

func RecordTipsetPoints

func RecordTipsetPoints(ctx context.Context, api v0api.FullNode, pl *PointList, tipset *types.TipSet) error

func RecordTipsetStatePoints

func RecordTipsetStatePoints(ctx context.Context, api v0api.FullNode, pl *PointList, tipset *types.TipSet) error

func ResetDatabase

func ResetDatabase(influx client.Client, database string) error

func WaitForSyncComplete

func WaitForSyncComplete(ctx context.Context, napi v0api.FullNode) error

Types

type ApiIpldStore added in v0.9.0

type ApiIpldStore struct {
	// contains filtered or unexported fields
}

func NewApiIpldStore added in v0.9.0

func NewApiIpldStore(ctx context.Context, api apiIpldStoreApi) *ApiIpldStore

func (*ApiIpldStore) Context added in v0.9.0

func (ht *ApiIpldStore) Context() context.Context

func (*ApiIpldStore) Get added in v0.9.0

func (ht *ApiIpldStore) Get(ctx context.Context, c cid.Cid, out interface{}) error

func (*ApiIpldStore) Put added in v0.9.0

func (ht *ApiIpldStore) Put(ctx context.Context, v interface{}) (cid.Cid, error)

type InfluxWriteQueue

type InfluxWriteQueue struct {
	// contains filtered or unexported fields
}

func NewInfluxWriteQueue

func NewInfluxWriteQueue(ctx context.Context, influx client.Client) *InfluxWriteQueue

func (*InfluxWriteQueue) AddBatch

func (i *InfluxWriteQueue) AddBatch(bp client.BatchPoints)

func (*InfluxWriteQueue) Close

func (i *InfluxWriteQueue) Close()

type PointList

type PointList struct {
	// contains filtered or unexported fields
}

func NewPointList

func NewPointList() *PointList

func (*PointList) AddPoint

func (pl *PointList) AddPoint(p models.Point)

func (*PointList) Points

func (pl *PointList) Points() []models.Point

Jump to

Keyboard shortcuts

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