Prometheus Grafana integration with Golang Webserver as a Backend, compiled with docker compose example
- Docker
- Golang
- Postgres database
export DB_NAME=
export DB_PORT=
export DB_HOST=
export DB_USERNAME=
export DB_PASSWORD=
export DB_PARAMS="sslmode=disable"
export ENV=development
⚠️ Do not use.envfile, set your own environment variable in your machine to mimic the production env, or just usedotenvorautoenv
go see makefile