/monitoring-go-app

Example go application with logging and metrics

Primary LanguageDockerfileMIT LicenseMIT

monitoring-go-app

Example go application with logging and metrics

Prerequisites

  • Install docker and docker-compose
  • Increase virtual memory for elasticsearch, link
sysctl -w vm.max_map_count=262144
ulimit -n 65536

Build and run all

docker-compose build
docker-compose up -d