Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivsonv/prometheus-and-grafana
An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
https://github.com/ivsonv/prometheus-and-grafana
metrics monitoring prometheus
Last synced: about 2 months ago
JSON representation
An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
- Host: GitHub
- URL: https://github.com/ivsonv/prometheus-and-grafana
- Owner: ivsonv
- Created: 2024-06-18T21:37:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T23:54:57.000Z (7 months ago)
- Last Synced: 2024-07-09T08:40:50.476Z (6 months ago)
- Topics: metrics, monitoring, prometheus
- Language: Go
- Homepage: https://prometheus.io/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prometheus
### Setup
```sh
docker compose up
```
### cadvisor
## Grafana
* All Dashboards (https://grafana.com/grafana/dashboards)
* Grafana -> dashboard -> import: Past ID
* Cadvisor exporter (https://grafana.com/grafana/dashboards/14282-cadvisor-exporter/)### Integrations GOAPP x PROMETHEUS
```sh
go run main.go
docker compose up -d
```