๐ OpenTelemetry Distribution Builder Build custom OpenTelemetry Collector Distributions from manifest files with a local build utility, Docker, Google Cloud Build, or a GitHub Action. Quick Start โข Documentation โข Examples ๐ค Why OpenTelemetry Distribution Builder? Built on top of the OpenTelemetry Collector Builder (OCB), it uses a manifest.yaml to define the components you need, then automates packaging for multiple platforms and manages version releases via GitHub. While OCB (OpenTelemetry Collector Builder) focuses on building single collector binaries, the OpenTelemetry Distribution Builder provides a complete distribution management solution: ๐จ Builds multi-platform binaries using OCB under the hood ๐ฆ Generates installation packages following OTel community best practices ๐ Automates versioned releases through GitHub Actions ๐ Simplifies updates through manifest-based configuration It handles all the complex aspects of managing your own distribution that have historically made building custom collectors challenging. With the OpenTelemetry Distribution Builder, you can focus on defining your components while the tooling takes care of the rest. โจ Features ๐ฏ Custom Component Selection : Build distributions with exactly the components you need : Build distributions with exactly the components you need ๐ Multi-Platform Support : Build for multiple architectures (amd64, arm64) : Build for multiple architectures (amd64, arm64) ๐ฆ Multiple Package Formats : Generate APK, DEB, RPM, and TAR.GZ packages : Generate APK, DEB, RPM, and TAR.GZ packages ๐ GitHub Actions Integration : Seamless CI/CD integration : Seamless CI/CD integration ๐ Automated Releases : Streamlined versioning and release process : Streamlined versioning and release process ๐ Platform-Specific Builds: Optimize for your target environment ๐ Quick Start Create a new repository Add your manifest file ( manifest.yaml ): dist : name : my-otelcol description : My Custom OpenTelemetry Collector Distro # ... ext...
First seen: 2025-12-07 01:21
Last seen: 2025-12-07 04:21