Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DBTransactionTotal keeps track of the number of transactions DBTransactionTotal = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: "orc_db_transaction_total", Help: "Number of database transactions, partitioned by method and outcome (commit/rollback)", }, []string{"method", "outcome"}, ) // EventDispatchedTotal keeps track of the number of dispatched events EventDispatchedTotal = prometheus.NewCounter( prometheus.CounterOpts{ Name: "orc_event_sent_total", Help: "Number of events dispatched", }, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.