From ec927a21b45f00762b882b072a0c446365605fa4 Mon Sep 17 00:00:00 2001 From: Sibasis Padhi Date: Thu, 8 Jan 2026 23:53:23 -0600 Subject: [PATCH] docs: fix broken PowerDNS exporter link Fixes #2222 The previous link to ledgr/powerdns_exporter returns 404. Updated to janeczku/powerdns_exporter which is actively maintained and the most popular PowerDNS exporter fork. Signed-off-by: Sibasis Padhi --- docs/instrumenting/exporters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index 0d50915b..9294e1f3 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -253,7 +253,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [oVirt exporter](https://github.com/czerwonk/ovirt_exporter) * [Pact Broker exporter](https://github.com/ContainerSolutions/pactbroker_exporter) * [PHP-FPM exporter](https://github.com/bakins/php-fpm-exporter) - * [PowerDNS exporter](https://github.com/ledgr/powerdns_exporter) + * [PowerDNS exporter](https://github.com/janeczku/powerdns_exporter) * [Podman exporter](https://github.com/containers/prometheus-podman-exporter) * [Prefect2 exporter](https://github.com/pathfinder177/prefect2-prometheus-exporter) * [Process exporter](https://github.com/ncabatoff/process-exporter)