Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
Database tracks the amount of time each operation takes and how many bytes are read/written to the underlying height index database.
func New ¶
func New( reg prometheus.Registerer, namespace string, db database.HeightIndex, ) (*Database, error)
Click to show internal directories.
Click to hide internal directories.