# Functions
Clear will reset the Prometheus metrics registry and instrumentations, useful for testing.
GetAdminServerInstrumentation returns the admin server's Prometheus middleware, ensuring its metrics are never registered twice.
GetRestServerInstrumentation returns the REST server's Prometheus middleware, ensuring its metrics are never registered twice.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Registry returns FireFly's customized Prometheus registry.
# Variables
No description provided by the author
No description provided by the author
BlockchainEventsCounterName is the prometheus metric for tracking the total number of blockchain events.
No description provided by the author
BlockchainQueriesCounterName is the prometheus metric for tracking the total number of blockchain queries.
No description provided by the author
BlockchainTransactionsCounterName is the prometheus metric for tracking the total number of blockchain transactions.
No description provided by the author
BroadcastConfirmedCounterName is the prometheus metric for tracking the total number of broadcasts confirmed.
No description provided by the author
BroadcastHistogramName is the prometheus metric for tracking the total number of broadcast messages - histogram.
No description provided by the author
BroadcastRejectedCounterName is the prometheus metric for tracking the total number of broadcasts rejected.
No description provided by the author
BroadcastSubmittedCounterName is the prometheus metric for tracking the total number of broadcasts submitted.
No description provided by the author
BurnConfirmedCounterName is the prometheus metric for tracking the total number of burns confirmed.
No description provided by the author
BurnHistogramName is the prometheus metric for tracking the total number of burns - histogram.
No description provided by the author
BurnRejectedCounterName is the prometheus metric for tracking the total number of burns rejected.
No description provided by the author
BurnSubmittedCounterName is the prometheus metric for tracking the total number of burns submitted.
No description provided by the author
No description provided by the author
MetricsBatchPin is the prometheus metric for total number of batch pins submitted.
No description provided by the author
MintConfirmedCounterName is the prometheus metric for tracking the total number of mints confirmed.
No description provided by the author
MintHistogramName is the prometheus metric for tracking the total number of mints - histogram.
No description provided by the author
MintRejectedCounterName is the prometheus metric for tracking the total number of mints rejected.
No description provided by the author
MintSubmittedCounterName is the prometheus metric for tracking the total number of mints submitted.
No description provided by the author
PrivateMsgConfirmedCounterName is the prometheus metric for tracking the total number of private messages confirmed.
No description provided by the author
PrivateMsgHistogramName is the prometheus metric for tracking the total number of private messages - histogram
nolint:gosec.
No description provided by the author
PrivateMsgRejectedCounterName is the prometheus metric for tracking the total number of private messages rejected.
No description provided by the author
PrivateMsgSubmittedCounterName is the prometheus metric for tracking the total number of private messages submitted.
No description provided by the author
No description provided by the author
TransferConfirmedCounterName is the prometheus metric for tracking the total number of transfers confirmed.
No description provided by the author
TransferHistogramName is the prometheus metric for tracking the total number of transfers - histogram.
No description provided by the author
TransferRejectedCounterName is the prometheus metric for tracking the total number of transfers rejected.
No description provided by the author
TransferSubmittedCounterName is the prometheus metric for tracking the total number of transfers submitted.
# Interfaces
No description provided by the author