Expand description
The metrics
module defines the Metrics
struct and its associated
methods.
The corresponding struct is used to update all of the Prometheus metrics that the database contains.
Structs§
- Metrics
- A stateless struct that provides a clean, organized API for updating
the application’s global Prometheus metrics via the
metrics
facade.