Manage your OpenTelemetry collector fleet.
Telflo is a control plane for OpenTelemetry collectors. Deploy a validated configuration to every collector, watch each collector's health, detect drift, and roll back from one place. Build and test those configurations in the same workflow, before they reach production.
Telflo produces standard OpenTelemetry Collector YAML, with no proprietary agent or format in between. It manages collectors remotely and stays out of your telemetry data path: telemetry flows directly from your collectors to your backends.
Start here
Introduction
What Telflo is, the problem it solves, and who it's for.
Quickstart
Build a configuration and deploy it to a collector.
Key concepts
Configurations, versions, pipelines, fleets, and instances.
The workflow
Telflo follows one path from configuration to production.
| Stage | Description | Section |
|---|---|---|
| Build | Add OTel components to a canvas, configure them with forms, and generate Collector YAML. | Build |
| Test | Validate against a real collector, then run sample telemetry through the pipeline to check its output. | Testing |
| Publish | Save a version and mark it as a release that can be deployed. | Versions & publishing |
| Deploy | Push a published version to a fleet of collectors. | Fleet management |
| Monitor | Track instance status, detect configuration drift, and roll back when required. | Fleet management |