Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EventMtc = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: _eventMtcName, Help: "received events metrics.", }, []string{"account", "project", "publisher", "eventtype"}, ) PublisherMtc = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: _publisherMtcName, Help: "registered publishers for the project.", }, []string{"account", "project"}, ) BlockChainTxMtc = prometheus.NewCounterVec(prometheus.CounterOpts{ Name: _blockChainTxMtcName, Help: "blockchain transaction counter metrics.", }, []string{"project", "chainID"}) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.