Skip to content
Liam Edwards-Playne edited this page May 27, 2015 · 3 revisions

Intro

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.

Finding Records

  • Records(path).since('2 days ago').find()

Finding Metrics

  • Metrics(path).find()

Statistics and manipulation

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.

Clone this wiki locally