package
0.0.0-20250213080715-e03b4921b52d
Repository: https://github.com/0xsoniclabs/norma.git
Documentation: pkg.go.dev
# Functions
NewGasBaseFeeSource creates a metric capturing Gas used for each block of a network.
NewGasRateSource creates a metric capturing Gas used for each block of a network.
NewGasUsedSource creates a metric capturing Gas used for each block of a network.
NewNumberOfTransactionsSource creates a metric capturing number of transactions for each block of a network.
NewNumNodesSource creates a new data source periodically collecting data on the number of nodes in the network.
# Variables
BlockGasBaseFee is a metric capturing the Gas price in each block.
BlockGasRate is a metric capturing the Gas rate of each block.
BlockGasUsed is a metric capturing Gas used for each block of a node.
BlockNumberOfTransactions is a metric capturing number of transactions for each block of a node.
NumberOfNodes retains a time-series for the number of nodes in the network run by Norma.
# Structs
BlockNetworkMetricSource is a metric source that captures block properties where the Metric is the subject.