REMEMBER TO USE GO DIRECTORY STRUCTURE
The project is based on go's default directory structure and uses Makefile
to
handle the build tasks.
This will compile and create the executable in the project's root directory
make build
This will compile and install the project in your $GOPATH
make install
make test
Options
[-c, --config] Specify the configuration file directory (default: config.json)
Running:
redis-metrics