- A visual UI hosted in the customerโs infrastructure.
- An โagentโ model that pulls data from various sources.
- Deployment flexibility across Kubernetes, VMs, and Docker Compose.
Install Pipeline Manager
Learn how to install the Pipeline Manager
Sources
Available sources for the Honeycomb Telemetry Pipeline Manager.
Processors
Available processors for the Honeycomb Telemetry Pipeline Manager.
Destinations
Available destinations for the Honeycomb Telemetry Pipeline Manager.
Features
- Manage the lifecycle of telemetry agents, starting with the Honeycomb Telemetry Pipeline Agent, a distribution of OpenTelemetry
- Build, deploy, and manage telemetry configurations for different Sources and deploy them to your agents
- Send trace, log, and metric data to one or many Destinations
- Use flow controls to adjust the flow of your data in real-time
Architecture

- GraphQL Server: Provides configuration and agent details via GraphQL
- REST Server: The Honeycomb Telemetry Pipeline CLI and UI make requests to the server via REST
- WebSocket Server: Agents connect to receive configuration updates via OpAMP
- Store: Pluggable storage manages configuration and Agent state
- Manager: Dispatches configuration changes to Agents