Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopTxMetrics ¶
type NoopTxMetrics struct{}
func (*NoopTxMetrics) RPCError ¶ added in v1.0.3
func (*NoopTxMetrics) RPCError()
func (*NoopTxMetrics) RecordGasBumpCount ¶ added in v1.0.3
func (*NoopTxMetrics) RecordGasBumpCount(int)
func (*NoopTxMetrics) RecordNonce ¶ added in v1.0.3
func (*NoopTxMetrics) RecordNonce(uint64)
func (*NoopTxMetrics) RecordTxConfirmationLatency ¶ added in v1.0.3
func (*NoopTxMetrics) RecordTxConfirmationLatency(int64)
func (*NoopTxMetrics) TxConfirmed ¶ added in v1.0.3
func (*NoopTxMetrics) TxConfirmed(*types.Receipt)
func (*NoopTxMetrics) TxPublished ¶ added in v1.0.3
func (*NoopTxMetrics) TxPublished(string)
type TxMetricer ¶
type TxMetrics ¶
type TxMetrics struct { TxL1GasFee prometheus.Gauge TxGasBump prometheus.Gauge LatencyConfirmedTx prometheus.Gauge // contains filtered or unexported fields }
func (*TxMetrics) RecordGasBumpCount ¶ added in v1.0.3
func (*TxMetrics) RecordNonce ¶ added in v1.0.3
func (*TxMetrics) RecordTxConfirmationLatency ¶ added in v1.0.3
func (*TxMetrics) TxConfirmed ¶ added in v1.0.3
TxConfirmed records lots of information about the confirmed transaction
func (*TxMetrics) TxPublished ¶ added in v1.0.3
Click to show internal directories.
Click to hide internal directories.