Telflo
Fleet management

Overview

Deploy configurations to collectors and manage them over OpAMP.

Fleet management connects a configuration you built in Telflo to the collectors running in your infrastructure. Instead of copying YAML to each host, your collectors connect to Telflo, pull their configuration, and report their status.

Telflo uses OpAMP (the Open Agent Management Protocol) to manage collectors remotely. OpAMP is the open protocol for sending configuration to telemetry agents and receiving their health and status.

The Fleet management section appears when fleet management is enabled for your account.

How it works

  1. Publish a configuration version. See Versions & publishing.
  2. Create a fleet from the published version. The fleet issues an install token and a supervisor bundle. See Create a fleet.
  3. Install collectors on your hosts from the bundle. Each collector runs a supervisor that speaks OpAMP. See Install collectors.
  4. Each collector connects to Telflo, pulls its assigned configuration, applies it, and reports the result.
  5. Track the fleet from its detail page. See Monitor a fleet.

Key terms

TermMeaning
FleetA named group of collectors that share one published configuration.
InstanceA single collector that has enrolled in a fleet.
Install tokenA credential in the supervisor bundle that authenticates a collector to its fleet. It can expire and be rotated or revoked.
Served configurationThe configuration version Telflo has delivered to an instance.
Assigned configurationThe configuration version an instance is set to run.
DriftAn instance whose served configuration version does not match its assigned version.

Prerequisites

  • A configuration with a published version. See Versions & publishing.
  • Hosts where you can install a collector. Collectors install on Linux arm64.

Next steps

On this page