Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paoliniluis/metabase-grafana
Metabase with the grafana stack
https://github.com/paoliniluis/metabase-grafana
Last synced: about 9 hours ago
JSON representation
Metabase with the grafana stack
- Host: GitHub
- URL: https://github.com/paoliniluis/metabase-grafana
- Owner: paoliniluis
- Created: 2024-02-09T14:50:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T15:21:59.000Z (9 months ago)
- Last Synced: 2024-02-12T16:41:30.764Z (9 months ago)
- Language: Python
- Size: 26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Contents of this docker-compose
===============================Metabase with several products of the grafana stack to monitor
Components:
1) Metabase
2) bun api: gets the log lines and sends that to Loki
3) python api: disabled for now, will get the log lines and populate prometheus with metrics
4) setup: will just set up Metabase
5) loki: log ingestor
6) prometheus: metrics scraper
7) tempo: traces ingestor
8) grafana: metrics visualizationsThe Metabase server runs with a jmx, pyroscope and otel agents which send the data to tempo and prometheus. The bun api gets the log lines which are sent via log4j2 and sends that to loki
There's a pre-defined dashboard in grafana and also all the data sources get populated on start