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
Type Aliases
- Listener type aliases
- Aggregators type aliases
MetricCallback
type aliasMetric
type aliasMetricsListenerStats
type alias