From f264ca281c27c311e5d22a8accbb699a720d14a2 Mon Sep 17 00:00:00 2001 From: Yilia Lin Date: Wed, 12 Aug 2026 17:46:54 +0800 Subject: [PATCH 1/2] docs: add Apache APISIX to software exposing Prometheus metrics Signed-off-by: Yilia Lin --- docs/instrumenting/exporters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index 1f8a2340f..8b086dda9 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -302,6 +302,7 @@ Some third-party software exposes metrics in the Prometheus format, so no separate exporters are needed: * [Ansible Automation Platform Automation Controller (AWX)](https://docs.ansible.com/automation-controller/latest/html/administration/metrics.html) + * [Apache APISIX](https://apisix.apache.org/docs/apisix/plugins/prometheus/) (**direct**) * [App Connect Enterprise](https://github.com/ot4i/ace-docker) * [Ballerina](https://ballerina.io/) * [BFE](https://github.com/baidu/bfe) From d870e48277eeb733c156dcbfe3fd5db490cb5a67 Mon Sep 17 00:00:00 2001 From: Yilia Lin Date: Wed, 12 Aug 2026 18:28:29 +0800 Subject: [PATCH 2/2] remove direct classification from Apache APISIX Signed-off-by: Yilia Lin --- 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 8b086dda9..1b78645a1 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -302,7 +302,7 @@ Some third-party software exposes metrics in the Prometheus format, so no separate exporters are needed: * [Ansible Automation Platform Automation Controller (AWX)](https://docs.ansible.com/automation-controller/latest/html/administration/metrics.html) - * [Apache APISIX](https://apisix.apache.org/docs/apisix/plugins/prometheus/) (**direct**) + * [Apache APISIX](https://apisix.apache.org/docs/apisix/plugins/prometheus/) * [App Connect Enterprise](https://github.com/ot4i/ace-docker) * [Ballerina](https://ballerina.io/) * [BFE](https://github.com/baidu/bfe)