Dashboards
Build saved dashboards from namespace metrics and logs.
Open Dashboards at console.sensobit.com to list, create, and edit saved views.
Create a dashboard
- Click New dashboard.
- Name it and keep it in the current namespace.
- Add panels. Each panel queries a metric name, optional host or label filters, and a time range.
- Save. The dashboard appears for every member of the namespace.
Typical first panels after a Linux install:
system.cpu.usage_percentacross hostssystem.memory.usage_percentsystem.disk.usage_percent- container count
- error log rate from
POST /api/v1/logs/query
Edit and share
Use Edit on an existing dashboard to add, resize, or remove panels. Dashboards are namespace-scoped rather than user-private, so teammates see the same layout. Viewer roles can open dashboards but cannot save edits.
Plan limits cap how many dashboards a workspace can store. The usage meter on Billing shows the current count.
Time range
The global time picker (1h, 6h, 24h, custom) is applied to every panel. If a series is sparse, the console falls back to a coarser step so empty charts still render historical points.
Programmatic access
Saved dashboard metadata is available through the public API. Explore the routes in the playground under dashboards.