Browse documentation
Getting started
Learn how to send metrics, build dashboards, and use the API reference.
Metrics helps you collect custom time-series data, query it at useful resolutions, and turn it into dashboards and alerts for operational work.
Start with the API guide when you want to send data from an application, service, job, or script. Move to dashboards when you want to turn those metrics into a workspace view your team can monitor.
Guides
- Send your first metric — publish a single value or a pre-aggregated
min,max,avg, andcountstatistic set. - Query metrics in the UI — inspect metric data with aggregations, time ranges, resolution, and dimension filters.
- Understand metric rollups — learn how resolution, buckets, sample count, and aggregations affect charts and alarms.
- Create an API token — generate a workspace token, store the secret, set expiration, and revoke old tokens.
- Create a dashboard — build a UI view for related metrics, add charts, arrange them, and share a read-only iframe.
- Create an alarm — define metric conditions, tune evaluation windows, and notify channels on state changes.
- Create notification channels — configure email and webhook destinations for alarm notifications.
- Create and use roles — understand built-in roles, create custom policies, invite members, and scope API tokens.
- Invite users to a workspace — send owner-only invitations, choose roles, and understand the acceptance flow.
- Manage account settings — update account details, change passwords, schedule deletion, and restore accounts.
- Manage workspaces — switch workspaces, understand owner/member access, and invite teammates.
Reference
- API reference — inspect endpoints, request shapes, response examples, and documented errors.
Suggested first path
- Create an API token with write access.
- Send a single metric value.
- Query the metric with
count,avg, or another aggregation. - Create a dashboard and add a chart for the metric.
- Create a notification channel.
- Create an alarm for the signal that needs attention.
- Invite teammates with the role they need.