Grafana & Prometheus meets the Domino Container Image
Daniel Nashed – 24 November 2024 18:55:01
A while ago I started a new Grafana for Domino project -> https://github.com/nashcom/domino-grafana
It's a separate repository designed to work for Linux, containers and Windows in combination with the Prometheus Node Exporter.
A /metrics end-point was a missing component for the container image.
On Docker you usually install the Node Exporter native and read the domino.prom file from the container.
But in some scenarios the native /metrics exposed by the container makes sense.
To simplify installations the Nash!Com Domino Grafana project now contains a pre-compiled Linux binary added to software.txt.
Also the Node Exporter is added to software.txt.
At container image build time a single new option allows to install both components automatically.
-- Daniel
-node_exporter Installs Prometheus node_exporter into the container
-domprom Installs Domino Prometheus statistics exporter
-prometheus/prom Installs Domino Prometheus statistics exporter & Node Exporter
- Comments [0]