aws-otel-collector is an open source project, we’re looking for the contributions from the open source community to make it better. You can build your own executable binaries for your own customization. We provide the following command for you to build your own executables.
Makefile
file under the project root folder and update DOCKER_NAMESPACE
variable in Makefile to your own DockerHub namespace for publishing the docker image. (you can skip this step if you only want to build and run docker image locally)make docker-build
cd examples/docker; docker-compose up -d