https://github.com/maxkrivich/grafana-prometheus-go
Monitoring and alerting with Prometheus + Grafana + Golang example from me to myself in the future
https://github.com/maxkrivich/grafana-prometheus-go
docker docker-compose golang grafana prometheus
Last synced: 4 months ago
JSON representation
Monitoring and alerting with Prometheus + Grafana + Golang example from me to myself in the future
- Host: GitHub
- URL: https://github.com/maxkrivich/grafana-prometheus-go
- Owner: maxkrivich
- Created: 2020-07-11T11:31:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T03:41:49.000Z (over 3 years ago)
- Last Synced: 2026-01-02T16:44:13.504Z (7 months ago)
- Topics: docker, docker-compose, golang, grafana, prometheus
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grafana + Prometheus + Go Example
Small example with the monitoring and alarming toolkit. This example covers basic important concepts related to Prometheus.
## Usage
```bash
$ docker-compose up -d
```
## Environment info
|Service | URL address |
|------- |-------------|
|Grafana | http://127.0.0.1:3000|
|Prometheus | http://127.0.0.1:9090|
|Pushgateway | http://127.0.0.1:9091|
|Alertmanager | http://127.0.0.1:9093|
|Node exporter | http://127.0.0.1:9100|
|Dummy puller | http://127.0.0.1:8080|
## Grafana credentials
```bash
USERNAME: admin
PASSWORD: admin
```
# Links
* https://godoc.org/github.com/prometheus/client_golang
* https://prometheus.io/docs/introduction/overview/
* https://grafana.com/docs/grafana/latest/