Pipeline Manager is a production-ready, white-labeled version of Bindplane. It is designed for teams transitioning to OpenTelemetry (OTel) but not yet ready to fully commit to native OTel instrumentation. It supports:
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.
Pipeline Manager is ideal for teams needing a reliable, agent-based data collection tool with centralized management capabilities.
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
The Honeycomb Pipeline Manager is a lightweight web server (no dependencies) that you can deploy anywhere in your environment.
It is composed of the following components:
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