Monitor a fleet
Track collector instances, their status, and the configuration they run.
Open a fleet to see its detail page. It lists every instance that has connected, with its status, the configuration version it runs, and when it was last seen. The page refreshes automatically, and you can refresh it manually. A stats strip at the top summarizes the fleet: total instances, how many are online, version drift, and when the token expires.
Instance status
Telflo derives each instance's status from the version it has been served, the version it has been assigned, and what the collector reports.
| Status | Meaning |
|---|---|
| In sync | The collector applied the configuration it was assigned. |
| Pending pickup | A new version is assigned, but the collector has not received it yet. |
| Applying | The collector received the version and is applying it, or has not reported a result yet. |
| Apply failed | The collector rejected the configuration. It needs attention. |
| Stale | No recent heartbeat. The collector has gone quiet. |
A colored dot accompanies each status: green for in sync, amber for pending pickup and applying, red for apply failed, and gray for stale.
Online and stale
Instances report on a heartbeat.
- Online: seen within the last 5 minutes.
- Stale: no contact for more than 15 minutes.
An apply failure stays visible even if the collector then goes quiet, so the failure is not masked by a missing heartbeat. Inspect the configuration and the collector logs, fix the issue, and roll out a corrected version.
Manage instances
From the fleet detail page you can:
- Rename an instance.
- Migrate instances to another fleet.
- Delete a decommissioned instance.
The detail page also has a Tokens tab for the fleet's install tokens. See Tokens & security.
Next steps
- Roll out a new configuration version. See Update the configuration.
- Understand instances that lag behind. See Configuration drift.