Michal c7acb2a1e7 add Makefile: multi-arch build-push (amd64+arm64) for the mixed k8s cluster
The single-arch image crashed with 'exec format error' on arm64 nodes. This
codifies the podman multi-arch manifest build so future pushes stay multi-arch.
2026-07-08 11:00:06 +01:00
2024-08-22 00:00:35 +01:00
2024-08-22 00:00:35 +01:00
2024-08-22 00:39:03 +01:00
2024-08-22 00:00:35 +01:00
2024-08-22 00:00:35 +01:00
2024-08-22 00:00:35 +01:00
.
2024-08-22 00:34:16 +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:

scrape_configs:
  - job_name: 'edenic-exporter'
    metrics_path: '/metrics'
    scrape_interval: 60s
    static_configs:
      - targets: ['edenic-exporter:5000']
Description
Edenig Prometheus Exporter
Readme 286 KiB
Languages
C# 87.4%
Makefile 7.5%
Dockerfile 5.1%