Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T03:41:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T13:50:52.049Z (3 months ago)
- Topics: docker, docker-compose, golang, grafana, prometheus
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- 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/