package
1.3.3
Repository: https://github.com/decebal/go-ethereum.git
Documentation: pkg.go.dev

# Functions

CollectProcessMetrics periodically collects various metrics about the running process.
NewMeter create a new metrics Meter, either a real one of a NOP stub depending on the metrics flag.
NewTimer create a new metrics Timer, either a real one of a NOP stub depending on the metrics flag.
ReadDiskStats retrieves the disk IO stats belonging to the current process.

# Variables

Enabled is the flag specifying if metrics are enable or not.
MetricsEnabledFlag is the CLI flag name to use to enable metrics collections.

# Structs

DiskStats is the per process disk io stats.