Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckErrTxsTotalMetric ¶
func NewCheckErrTxsTotalMetric ¶
func NewCheckErrTxsTotalMetric(registry *prometheus.Registry) CheckErrTxsTotalMetric
func NewNullCheckErrTrxTotalMetric ¶
func NewNullCheckErrTrxTotalMetric() CheckErrTxsTotalMetric
func (*CheckErrTxsTotalMetric) Add ¶
func (c *CheckErrTxsTotalMetric) Add(delta float64, errorCodeValue string)
type CheckTxTotalMetric ¶
func NewCheckTxTotalMetric ¶
func NewCheckTxTotalMetric(registry *prometheus.Registry) CheckTxTotalMetric
func NewNullCheckTxTotalMetric ¶
func NewNullCheckTxTotalMetric() CheckTxTotalMetric
type CommitBlockTotalMetric ¶
func NewCommitBlockTotalMetric ¶
func NewCommitBlockTotalMetric(registry *prometheus.Registry) CommitBlockTotalMetric
func NewNullCommitBlockTotalMetric ¶
func NewNullCommitBlockTotalMetric() CommitBlockTotalMetric
type CommitErrBlockTotalMetric ¶
func NewCommitErrBlockTotalMetric ¶
func NewCommitErrBlockTotalMetric(registry *prometheus.Registry) CommitErrBlockTotalMetric
func NewNullCommitErrBlockTotalMetric ¶
func NewNullCommitErrBlockTotalMetric() CommitErrBlockTotalMetric
func (*CommitErrBlockTotalMetric) Add ¶
func (c *CommitErrBlockTotalMetric) Add(delta float64, errorCodeValue string)
type DeliverErrTxsTotalMetric ¶
func NewDeliverErrTxsTotalMetric ¶
func NewDeliverErrTxsTotalMetric(registry *prometheus.Registry) DeliverErrTxsTotalMetric
func NewNullDeliverErrTxsTotalMetric ¶
func NewNullDeliverErrTxsTotalMetric() DeliverErrTxsTotalMetric
func (*DeliverErrTxsTotalMetric) Add ¶
func (c *DeliverErrTxsTotalMetric) Add(delta float64, errorCodeValue string)
type DeliverTxsTotalMetric ¶
func NewDeliverTxsTotalMetric ¶
func NewDeliverTxsTotalMetric(registry *prometheus.Registry) DeliverTxsTotalMetric
func NewNullDeliverTxsTotalMetric ¶
func NewNullDeliverTxsTotalMetric() DeliverTxsTotalMetric
type Metrics ¶
type Metrics struct { CheckTxsTotal CheckTxTotalMetric CheckErrTxsTotal CheckErrTxsTotalMetric DeliverTxsTotal DeliverTxsTotalMetric DeliverErrTxsTotal DeliverErrTxsTotalMetric CommitBlockTotal CommitBlockTotalMetric CommitErrBlockTotal CommitErrBlockTotalMetric }
Metrics contains metrics exposed by this package.
func NewMetrics ¶
func NewMetrics(registry *prometheus.Registry) Metrics
func NewNullMetrics ¶
func NewNullMetrics() Metrics
Click to show internal directories.
Click to hide internal directories.