Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pantani/go-monitor

Go monitor with Grafana and Prometheus.
https://github.com/pantani/go-monitor

docker go golang grafana monitor prometheus

Last synced: 12 days ago
JSON representation

Go monitor with Grafana and Prometheus.

Awesome Lists containing this project

README

        

# Go-monitor

Prometheus Monitoring Server with a Grafana Dashboard for TrustWallet Go applications.

## Requirements

- Docker

## Use

Change the env var `APP_URL` inside the `.env` file for your application URL, and run:

```
docker-compose up -d
```

Grafana Dashboard: `localhost:3000`
Prometheus: `localhost:9090`