Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pantani/go-monitor
- Owner: Pantani
- Created: 2019-09-21T18:57:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T01:50:37.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T20:56:28.781Z (2 months ago)
- Topics: docker, go, golang, grafana, monitor, prometheus
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`