From 2ae5c6aaa3e1cb45e5a693f2021ed2fb69f9b67d Mon Sep 17 00:00:00 2001 From: fumingwei Date: Wed, 28 Jun 2023 20:52:16 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:TSG-15718:=E4=BF=AE=E6=94=B9=E5=9B=A0sap?= =?UTF-8?q?p=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=AF=BC=E8=87=B4firewall=E5=AE=B9=E5=99=A8=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/sapp/templates/sapp.toml.j2.j2 | 2 +- ansible/roles/traffic-engine/files/helm/conf/sapp.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/sapp/templates/sapp.toml.j2.j2 b/ansible/roles/sapp/templates/sapp.toml.j2.j2 index d026496b..cbc52466 100644 --- a/ansible/roles/sapp/templates/sapp.toml.j2.j2 +++ b/ansible/roles/sapp/templates/sapp.toml.j2.j2 @@ -192,7 +192,7 @@ dictator_enable=0 [profiling.metric.fs3] enabled=1 - prometheus_port=9373 + prometheus_port=9273 prometheus_url_path="/metrics" local_file="fs3_sysinfo.metrics" refresh_interval_s=1 diff --git a/ansible/roles/traffic-engine/files/helm/conf/sapp.toml b/ansible/roles/traffic-engine/files/helm/conf/sapp.toml index 147042b1..8740d9b1 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/sapp.toml +++ b/ansible/roles/traffic-engine/files/helm/conf/sapp.toml @@ -185,7 +185,7 @@ bypass_trigger_cpu_usage={{ .Values.overload_protection.detect_threshold_cpu_usa [profiling.metric.fs3] enabled=1 - prometheus_port=9373 + prometheus_port=9273 prometheus_url_path="/metrics" local_file="fs3_sysinfo.metrics" refresh_interval_s=1