From 3db381f83cb08a3dc556028c1f117eba9bcd4429 Mon Sep 17 00:00:00 2001 From: chenguohua Date: Wed, 14 Jan 2026 11:36:21 +0800 Subject: [PATCH] docs: add ZLMediaKit exporter to the list of available exporters Signed-off-by: chenguohua --- docs/instrumenting/exporters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index 2660de4d..0fecbebf 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -272,6 +272,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [Unbound exporter](https://github.com/kumina/unbound_exporter) * [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) When implementing a new Prometheus exporter, please follow the