Module database_metrics

Expand description

Database metrics trait extensions.

Structs§

DatabaseMetadataValue
The type used to store metadata about the database.

Traits§

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