From 366c421d653501a2cbf466d58862c8b6d5e52919 Mon Sep 17 00:00:00 2001 From: Prathamesh Bhope Date: Sat, 21 Mar 2026 18:52:16 -0700 Subject: [PATCH] Add NSM: https://github.com/bhope/nomad-state-metrics Signed-off-by: Prathamesh Bhope --- docs/instrumenting/exporters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index b037542d5..718840444 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -281,6 +281,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [WireGuard exporter](https://github.com/MindFlavor/prometheus_wireguard_exporter) * [Xen exporter](https://github.com/lovoo/xenstats_exporter) * [ZLMediaKit exporter](https://github.com/guohuachan/ZLMediaKit_exporter) + * [nomad-state-metrics](https://github.com/bhope/nomad-state-metrics) When implementing a new Prometheus exporter, please follow the