SpecsModelExplore
Overview
Actors
External Systems
IoT Platform
Edge
Ingestion
Stream Processing
Device Management
User-Facing Apps
Dashboard Web App
App ShellLive ChartsFleet TableAlert Inbox
Mobile App
Platform
Live Charts
Data flow
Behaviour
Related workflow
SpecsModelExplore
Live Charts
OverviewGuideLinks and Communications

Live Charts

Live Charts turns the firehose of device telemetry into readable, moving charts. It mints a short-lived stream token from the BFF, opens a WebSocket and renders metrics as they arrive.

Token then stream

The browser calls GET /metrics/stream-token for a short-lived token, then connects to the telemetry WebSocket — keeping long-lived credentials out of the client.

Data flow

Behaviour

  • Subscribes only to the devices currently in view to bound bandwidth.
  • Buffers and down-samples high-frequency series so the UI stays responsive.
  • Reconnects with a fresh token if the socket drops.

Related workflow

The values plotted here are the output of the alert pipeline: