Skip to content

Commit

Permalink
standardised on counter names ending in _total
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonematt committed Oct 30, 2024
1 parent ac08757 commit 7c56278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/solana_exporter/slots.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewSlotWatcher(client *rpc.Client, config *ExporterConfig) *SlotWatcher {
config: config,
// metrics:
TotalTransactionsMetric: prometheus.NewGauge(prometheus.GaugeOpts{
Name: "solana_node_total_transaction",
Name: "solana_node_total_transactions",
Help: "Total number of transactions processed without error since genesis.",
}),
SlotHeightMetric: prometheus.NewGauge(prometheus.GaugeOpts{
Expand Down

0 comments on commit 7c56278

Please sign in to comment.