Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConnectionsCounter = Metricset.NewCounter("ws_connections_counter", "Counter of connections on web socket")
View Source
var CurrentConnections = Metricset.NewGauge("eosws_current_connections", "Number of connections open on web socket")
View Source
var CurrentListeners = Metricset.NewGaugeVec("current_listeners", []string{"req_type"}, "Number of WS streams active (listening)")
View Source
var DocumentResponseCounter = Metricset.NewCounter("document_response_counter", "Number of documents sent as response in websocket")
View Source
var FailedPushTrxCount = Metricset.NewCounterVec("failed_push_transaction_count", []string{"guarantee"}, "Number of failed requests for push_transaction before being submitted")
View Source
var HeadBlockNum = Metricset.NewHeadBlockNumber("eosws")
View Source
var HeadTimeDrift = Metricset.NewHeadTimeDrift("eosws")
View Source
var ListenersCount = Metricset.NewGaugeVec("listeners_count", []string{"req_type"}, "Counter of WS streams requests")
View Source
var Metricset = dmetrics.NewSet()
View Source
var PushTrxCount = Metricset.NewCounterVec("push_transaction_count", []string{"guarantee"}, "Number of request for push_transaction")
View Source
var SucceededPushTrxCount = Metricset.NewCounterVec("succeeded_push_transaction_count", []string{"guarantee"}, "Number of succeeded requests for push_transaction")
View Source
var TimedOutPushTrxCount = Metricset.NewCounterVec("timed_out_pushing_transaction_count", []string{"guarantee"}, "Number of requests for push_transaction timed out waiting for inclusion in block")
View Source
var TimedOutPushingTrxCount = Metricset.NewCounterVec("timed_out_push_transaction_count", []string{"guarantee"}, "Number of requests for push_transaction timed out while submitting")
Functions ¶
func IncCurrentConnections ¶
func IncCurrentConnections()
func IncListeners ¶
func IncListeners(reqType string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.