Edenig Prometheus Exporter
Go to file
2024-08-18 02:57:01 +01:00
.idea/.idea.edenic-exporter.dir/.idea Edenic Exporter Init 2024-08-17 02:46:22 +01:00
EdenicExporter docer 2024-08-18 02:39:54 +01:00
docker-compose.yaml docer compose 2024-08-18 02:57:01 +01:00
README.md docer compose 2024-08-18 02:57:01 +01:00

Run docker compose to deploy prometheus, grafana, and edenic exporter

After that go to the prometheus container and add to the config file:

global: scrape_interval: 15s evaluation_interval: 15s

scrape_configs:

  • job_name: 'edenic-exporter' metrics_path: '/metrics' scrape_interval: 60s static_configs:
    • targets: ['edenic-exporter:5000']