package metrics
import (
"github.com/ledgerwatch/erigon-lib/common/metrics"
)
func init() {
metrics.Enabled = true
}