Metrics collection and aggregation.
You'll need a few build dependencies:
- Protobuf Compiler
- Protobuf Python support
- Protobuf Golang support
To find out how to install those, see .travis.yml
.
Use make build
and make test
.
See Makefile
for more detail.
To build Docker images, use:
make -f .docker/Makefile push TAG=aggregator
make -f .docker/Makefile push TAG=mini-collector
See .docker/Makefile
for more detail.