-
Notifications
You must be signed in to change notification settings - Fork 4
Writing a metric
Liam Edwards-Playne edited this page May 27, 2015
·
3 revisions
A metric is a function written in JavaScript (the programming language used on webpages, among other things). Metric is easy to use without extensions however, as we include some helper libraries.
Records(path).since('2 days ago').find()
Metrics(path).find()
Gauss (API) is a library enabling you to manipulate records and do statistics on them with ease. It has two helper types you can use:
Collection
Vector
The built-in JavaScript Math API.