Overview of the otap-df-admin interface
mainThe otap-df-admin crate provides a management interface for the OTAP Dataflow Engine. It includes:
- HTTP Endpoints: Provides admin, health, status, and telemetry data.
- Live Pipeline Mutation: Endpoints to
create,replace,resize, and trackrolloutorshutdownoperations. - Embedded UI: A single-page application (SPA) served from the same process and origin as the API, allowing for visual monitoring and management.
For detailed architecture, refer to docs/admin/architecture.md. For instructions on managing pipelines via the UI or API, see the operator guide for live reconfiguration.