Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthBlockNumber ¶ added in v0.1.0
type EthBlockNumber struct {
// contains filtered or unexported fields
}
func NewEthBlockNumber ¶ added in v0.1.0
func NewEthBlockNumber(rpc *rpc.Client) *EthBlockNumber
func (*EthBlockNumber) Collect ¶ added in v0.1.0
func (collector *EthBlockNumber) Collect(ch chan<- prometheus.Metric)
func (*EthBlockNumber) Describe ¶ added in v0.1.0
func (collector *EthBlockNumber) Describe(ch chan<- *prometheus.Desc)
type EthBlockTransactionCount ¶ added in v0.1.0
type EthBlockTransactionCount struct {
// contains filtered or unexported fields
}
func NewEthBlockTransactionCount ¶ added in v0.1.0
func NewEthBlockTransactionCount(rpc *rpc.Client) *EthBlockTransactionCount
func (*EthBlockTransactionCount) Collect ¶ added in v0.1.0
func (collector *EthBlockTransactionCount) Collect(ch chan<- prometheus.Metric)
func (*EthBlockTransactionCount) Describe ¶ added in v0.1.0
func (collector *EthBlockTransactionCount) Describe(ch chan<- *prometheus.Desc)
type EthGasPrice ¶
type EthGasPrice struct {
// contains filtered or unexported fields
}
func NewEthGasPrice ¶
func NewEthGasPrice(rpc *rpc.Client) *EthGasPrice
func (*EthGasPrice) Collect ¶
func (collector *EthGasPrice) Collect(ch chan<- prometheus.Metric)
func (*EthGasPrice) Describe ¶
func (collector *EthGasPrice) Describe(ch chan<- *prometheus.Desc)
type EthHashrate ¶ added in v0.1.0
type EthHashrate struct {
// contains filtered or unexported fields
}
func NewEthHashrate ¶ added in v0.1.0
func NewEthHashrate(rpc *rpc.Client) *EthHashrate
func (*EthHashrate) Collect ¶ added in v0.1.0
func (collector *EthHashrate) Collect(ch chan<- prometheus.Metric)
func (*EthHashrate) Describe ¶ added in v0.1.0
func (collector *EthHashrate) Describe(ch chan<- *prometheus.Desc)
type EthSyncing ¶ added in v0.1.0
type EthSyncing struct {
// contains filtered or unexported fields
}
func NewEthSyncing ¶ added in v0.1.0
func NewEthSyncing(rpc *rpc.Client) *EthSyncing
func (*EthSyncing) Collect ¶ added in v0.1.0
func (collector *EthSyncing) Collect(ch chan<- prometheus.Metric)
func (*EthSyncing) Describe ¶ added in v0.1.0
func (collector *EthSyncing) Describe(ch chan<- *prometheus.Desc)
type NetPeerCount ¶
type NetPeerCount struct {
// contains filtered or unexported fields
}
func NewNetPeerCount ¶
func NewNetPeerCount(rpc *rpc.Client) *NetPeerCount
func (*NetPeerCount) Collect ¶
func (collector *NetPeerCount) Collect(ch chan<- prometheus.Metric)
func (*NetPeerCount) Describe ¶
func (collector *NetPeerCount) Describe(ch chan<- *prometheus.Desc)
type ParityNetPeers ¶ added in v0.1.0
type ParityNetPeers struct {
// contains filtered or unexported fields
}
func NewParityNetPeers ¶ added in v0.1.0
func NewParityNetPeers(rpc *rpc.Client) *ParityNetPeers
func (*ParityNetPeers) Collect ¶ added in v0.1.0
func (collector *ParityNetPeers) Collect(ch chan<- prometheus.Metric)
func (*ParityNetPeers) Describe ¶ added in v0.1.0
func (collector *ParityNetPeers) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.