From d4406d2336e024e0e0f87590d9dedfd8904c0a31 Mon Sep 17 00:00:00 2001 From: Christian Galsterer Date: Mon, 26 Jan 2026 11:41:03 +0100 Subject: [PATCH] sAdd KafkaJS exporter to list of available exporters Signed-off-by: Christian Galsterer --- docs/instrumenting/exporters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index b73cbb2e..79334466 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -101,6 +101,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [Gearman exporter](https://github.com/bakins/gearman-exporter) * [IBM MQ exporter](https://github.com/ibm-messaging/mq-metric-samples/tree/master/cmd/mq_prometheus) * [Kafka exporter](https://github.com/danielqsj/kafka_exporter) + * [KafkaJS exporter](https://github.com/christiangalsterer/kafkajs-prometheus-exporter) * [NATS exporter](https://github.com/nats-io/prometheus-nats-exporter) * [NSQ exporter](https://github.com/lovoo/nsq_exporter) * [Mirth Connect exporter](https://github.com/vynca/mirth_exporter)