The OTAP Pipeline project is a part of the OTEL Arrow Project. See the project-level CONTRIBUTING document.
Run cargo xtask check to check the structure of the project.
All internal logging MUST use the otel_* macros from otap_df_telemetry
(not tracing::info! or println!). See the
Events Guide details.
TODO: Add metrics information
Run
docker build \
--build-context otel-arrow=../../ \
-f Dockerfile \
-t df_engine \
.