TinyBase logoTinyBase

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.

Interfaces

There is one interface, Metrics, within the metrics module.

Functions

There is one function, createMetrics, within the metrics module.

Type Aliases

These are the type aliases within the metrics module.