Module reth_db_api::database_metrics

source ·
Expand description

Database metrics trait extensions.

Structs§

Traits§

  • Includes a method to return a DatabaseMetadataValue type, which can be used to dynamically retrieve information about the database.
  • Represents a type that can report metrics, used mainly with the database. The report_metrics method can be used as a prometheus hook.