Edenig Prometheus Exporter
Go to file
2024-08-22 00:17:17 +01:00
.idea/.idea.EdenicExporter/.idea Add env variables 2024-08-22 00:13:24 +01:00
.dockerignore Refactor Directories 2024-08-22 00:00:35 +01:00
.gitignore Refactor Directories 2024-08-22 00:00:35 +01:00
docker-compose.yaml . 2024-08-22 00:17:17 +01:00
Dockerfile Refactor Directories 2024-08-22 00:00:35 +01:00
EdenicExporter.csproj Refactor Directories 2024-08-22 00:00:35 +01:00
EdenicExporter.sln Refactor Directories 2024-08-22 00:00:35 +01:00
Program.cs Refactor Directories 2024-08-22 00:00:35 +01:00
README.md Update README.md 2024-08-18 22:09:04 +00:00

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

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

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