From 10b3c2a48028642677cb97b172c73da3067b89bc Mon Sep 17 00:00:00 2001 From: "d.viti" Date: Wed, 8 Oct 2025 19:22:44 +0200 Subject: [PATCH] Remove prometheus global rule causing plugin not found error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the prometheus-metrics global rule configuration which was causing "custom plugin (prometheus-metrics) not found" error. API7 Enterprise doesn't support prometheus as a global rule plugin in this configuration format. Prometheus metrics can be configured differently if needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- helm/api7ee-demo-k8s/templates/configmap-adc.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/helm/api7ee-demo-k8s/templates/configmap-adc.yaml b/helm/api7ee-demo-k8s/templates/configmap-adc.yaml index 29ec7ba..a5a7bfc 100644 --- a/helm/api7ee-demo-k8s/templates/configmap-adc.yaml +++ b/helm/api7ee-demo-k8s/templates/configmap-adc.yaml @@ -129,12 +129,6 @@ data: # Global Rules global_rules: - {{- if .Values.api7.plugins.prometheus.enabled }} - prometheus-metrics: - plugins: - prometheus: - prefer_name: true - {{- end }} {{- if .Values.api7.plugins.logging.enabled }} request-logging: plugins: