← IntegrationsDevice SDK

Your own hardware

Anything that can make an HTTP request or open a websocket.

The other direction: instead of Plexus reading a system, the machine talks to Plexus. This is the only path where commands travel back.

What Plexus reads
  • Whatever you send — named metrics with timestamps, plus events and video
  • Prometheus remote-write, if that is what you already emit
What it does not read
  • Anything you have not sent. There is no agent that goes looking
Connecting it
  1. 1Install the Python SDK
  2. 2Send a point with a metric name, a value and a timestamp
Worth knowing
  • A device that holds a live session can be sent a bounded set of commands, including MAVLink — and a command sent in response to an alert is recorded on that alert's timeline.
Next

Connect it, and the dashboards build themselves from the first data that lands.