mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
10 lines
121 B
Go
10 lines
121 B
Go
package metrics
|
|
|
|
import (
|
|
"github.com/ledgerwatch/erigon-lib/common/metrics"
|
|
)
|
|
|
|
func init() {
|
|
metrics.Enabled = true
|
|
}
|