Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastedErrTxTotalMetric ¶
func NewBroadcastedErrTxTotalMetric ¶
func NewBroadcastedErrTxTotalMetric(registry *prometheus.Registry) BroadcastedErrTxTotalMetric
func NewNullBroadcastedErrTxTotalMetric ¶
func NewNullBroadcastedErrTxTotalMetric() BroadcastedErrTxTotalMetric
func (*BroadcastedErrTxTotalMetric) Add ¶
func (c *BroadcastedErrTxTotalMetric) Add(delta float64, errMsgValue string)
type BroadcastedTxTotalMetric ¶
func NewBroadcastedTxTotalMetric ¶
func NewBroadcastedTxTotalMetric(registry *prometheus.Registry) BroadcastedTxTotalMetric
func NewNullBroadcastedTxTotalMetric ¶
func NewNullBroadcastedTxTotalMetric() BroadcastedTxTotalMetric
type ChainDbHeightMetric ¶
func NewChainDbHeightMetric ¶
func NewChainDbHeightMetric(registry *prometheus.Registry) ChainDbHeightMetric
func NewNullChainDbHeightMetric ¶
func NewNullChainDbHeightMetric() ChainDbHeightMetric
type ExecutedTxsTotalMetric ¶
func NewExecutedTxsTotalMetric ¶
func NewExecutedTxsTotalMetric(registry *prometheus.Registry) ExecutedTxsTotalMetric
func NewNullExecutedTxsTotalMetric ¶
func NewNullExecutedTxsTotalMetric() ExecutedTxsTotalMetric
type Metrics ¶
type Metrics struct { ChaindbHeight ChainDbHeightMetric BroadcastedTxsTotal BroadcastedTxTotalMetric BroadcastedErrTxsTotal BroadcastedErrTxTotalMetric PersistedTxsTotal PersistedTxsTotalMetric ExecutedTxsTotal ExecutedTxsTotalMetric TxsSizeTotal TxsSizeTotalMetric TxsCostTotal TxsCostTotalMetric TxsGasTotal TxsGasTotalMetric }
func NewMetrics ¶
func NewMetrics(registry *prometheus.Registry) Metrics
type PersistedTxsTotalMetric ¶
func NewNullPersistedTxsTotalMetric ¶
func NewNullPersistedTxsTotalMetric() PersistedTxsTotalMetric
func NewPersistedTxsTotalMetric ¶
func NewPersistedTxsTotalMetric(registry *prometheus.Registry) PersistedTxsTotalMetric
type TxsCostTotalMetric ¶
func NewNullTxsCostTotalMetric ¶
func NewNullTxsCostTotalMetric() TxsCostTotalMetric
func NewTxsCostTotalMetric ¶
func NewTxsCostTotalMetric(registry *prometheus.Registry) TxsCostTotalMetric
type TxsGasTotalMetric ¶
func NewNullTxsGasTotalMetric ¶
func NewNullTxsGasTotalMetric() TxsGasTotalMetric
func NewTxsGasTotalMetric ¶
func NewTxsGasTotalMetric(registry *prometheus.Registry) TxsGasTotalMetric
type TxsSizeTotalMetric ¶
func NewNullTxsSizeTotalMetric ¶
func NewNullTxsSizeTotalMetric() TxsSizeTotalMetric
func NewTxsSizeTotalMetric ¶
func NewTxsSizeTotalMetric(registry *prometheus.Registry) TxsSizeTotalMetric
Click to show internal directories.
Click to hide internal directories.