These docs are a work in progress: some pages may still be incomplete or contain inaccuracies.
fastmon Docs
Concepts

Concepts

The handful of resources fastmon's data model is built on.

Fastmon's data model is small on purpose. Get these resources, and you've got the whole product.

How the pieces fit together

Organization
 ├── Members (with roles)
 ├── API tokens
 ├── Notification rules
 └── Applications
      ├── source_hash + collector_hash   (beacon URLs)
      ├── Tracker settings (preset, collector, site_policy)
      ├── Releases
      └── Sites (domains)
           ├── domain
           ├── Per-domain overrides (retention, store_stitch, …)
           └── Tags

Beacon data goes straight from the visitor's browser into our analytics store, ready to be queried from the dashboard or the API.

Reading order

If you're new, read in this order:

  1. Organizations: what an account actually is.
  2. Applications: the tracking snippet and everything it owns.
  3. Sites: the domains under an application.
  4. Tracker settings: what the beacon does in the browser.
  5. Sessions: how page-views group.
  6. Releases: for before/after deploys.

On this page