This is a simple Go project to exemplify the use of metrics with Prometheus exporter and observability with Grafana.
- Start the containers with
docker-compose up
- Go's default metrics will be exported at http://localhost:1234/metrics
- Prometheus will be running at http://localhost:9090/
- Grafana will be running at http://localhost:3000 and set up your dashboards
- To increment the custom counter, access http://localhost:1234/count