Module database_metrics
Expand description
Database metrics trait extensions.
Structs§
- The type used to store metadata about the database.
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.