From c43acae14c2a256a08fdf3b155602ba12f1ee263 Mon Sep 17 00:00:00 2001 From: toddstoffel Date: Tue, 31 Mar 2026 20:20:40 -0700 Subject: [PATCH] Add FairCom Edge exporter to IIoT section Add FairCom Edge Prometheus exporter under a new IIoT section in the third-party exporters list. FairCom Edge is an IIoT edge database platform, and the exporter collects 51 performance metrics via the SnapShot API. --- docs/instrumenting/exporters.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index b037542d5..67957a1c3 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -138,6 +138,9 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [Varnish exporter](https://github.com/jonnenauha/prometheus_varnish_exporter) * [WebDriver exporter](https://github.com/mattbostock/webdriver_exporter) +### IIoT + * [FairCom Edge exporter](https://github.com/FairCom-Official/faircom_exporter) + ### APIs * [AWS ECS exporter](https://github.com/slok/ecs-exporter) * [AWS Health exporter](https://github.com/Jimdo/aws-health-exporter)