metrics
The metrics
module of the TinyBase project provides the ability to create and track metrics and aggregates of the data in Store
objects.
The main entry point to this module is the createMetrics
function, which returns a new Metrics
object. From there, you can create new Metric
definitions, access the values of those Metrics
directly, and register listeners for when they change.
Since
v1.0.0
Interfaces
Functions
There is one function, createMetrics
, within the metrics
module.
Type Aliases
These are the type aliases within the metrics
module.