Back to Knowledge Base
Understanding Metrics
What are Metrics?
Section titled “What are Metrics?”Metrics are structured data points that devices send to CoCoCo during production. They capture the live state of your machines — what job is running, how fast, how many sheets printed, what errors occurred.
CoCoCo stores and processes Metrics so they can be used in Workflows, displayed in dashboards, and queried via GraphQL.
How Metrics work
Section titled “How Metrics work”- A Device sends a Metric payload to CoCoCo via its configured protocol (MQTT, HTTP, etc.)
- CoCoCo receives and stores the Metric, associating it with the Device and the current Job if one is active
- Workflow triggers can react to new Metrics — for example, flagging a job when error count exceeds a threshold
Viewing Metrics
Section titled “Viewing Metrics”- Go to Menu → IOT → Metrics
- Select a Device from the list
- Browse recent Metric values in the table
Using Metrics in Workflows
Section titled “Using Metrics in Workflows”Metrics can trigger Workflow executions. Use a Device Metric trigger node and configure the conditions — for example:
sheets_printed > 1000— trigger a quality check taskstatus == "error"— notify the production managerjob_id changed— start tracking a new job