Easy ready-to-run docker-compose stack to get and parse metrics from Transparent Edge API.
- Docker and Docker Compose installed
- A valid
CIDandCSECRETpair from Transparent Edge Dashboard- Visit: https://dashboard.transparentedge.eu/user/profile > (API Keys)
-
Clone this repository:
git clone https://github.com/sistemasTES/prometheus-transparent.git cd prometheus-transparent/ -
Configure your API credentials:
vim custom/prometheus/prometheus-te.yml
Add your
CIDandCSECRETto the configuration file. -
Start the stack:
docker compose up -d
β
βββ README.md
βββ custom
β βββ grafana
β β βββ hosts
β β βββ provisioning
β β βββ dashboards
β β β βββ CDN_Metrics-Comprehensive_Dashboard-internally_cassic.json
β β β βββ dashboards.yml
β β βββ datasources
β β βββ datasource.yml
β βββ prometheus
β βββ hosts-te
β βββ prometheus-te.yml
βββ deploy.sh
βββ docker-compose.yml
For detailed information about available metrics, see prometheus-metrics.md.