Skip to content

nandanugg/prometheus-grafana-go-webserver-docker-example

Repository files navigation

Prometheus Grafana integration with Golang Webserver as a Backend, compiled with docker compose example

Prerequisites

  • Docker
  • Golang
  • Postgres database

Env variables

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 .env file, set your own environment variable in your machine to mimic the production env, or just use dotenv or autoenv

Commands that you can run

go see makefile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published