From 0ad4e347b951b7f792c8f551453ae15507b8ed52 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Thu, 6 Jul 2023 21:43:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3fs2=5Fsysinfo.metrics/fs3=5Fs?= =?UTF-8?q?ysinfo.metrics=E7=9A=84=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/sapp/templates/sapp.toml.j2.j2 | 4 ++-- ansible/roles/traffic-engine/files/helm/conf/sapp.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/roles/sapp/templates/sapp.toml.j2.j2 b/ansible/roles/sapp/templates/sapp.toml.j2.j2 index cbc52466..f7c038b5 100644 --- a/ansible/roles/sapp/templates/sapp.toml.j2.j2 +++ b/ansible/roles/sapp/templates/sapp.toml.j2.j2 @@ -187,14 +187,14 @@ dictator_enable=0 enabled=0 prometheus_port=9273 prometheus_url_path="/metrics" - local_file="fs2_sysinfo.metrics" + local_file="log/fs2_sysinfo.metrics" refresh_interval_s=1 [profiling.metric.fs3] enabled=1 prometheus_port=9273 prometheus_url_path="/metrics" - local_file="fs3_sysinfo.metrics" + local_file="log/fs3_sysinfo.metrics" refresh_interval_s=1 [profiling.process_latency] diff --git a/ansible/roles/traffic-engine/files/helm/conf/sapp.toml b/ansible/roles/traffic-engine/files/helm/conf/sapp.toml index 8740d9b1..6562e095 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/sapp.toml +++ b/ansible/roles/traffic-engine/files/helm/conf/sapp.toml @@ -180,14 +180,14 @@ bypass_trigger_cpu_usage={{ .Values.overload_protection.detect_threshold_cpu_usa enabled=0 prometheus_port=9273 prometheus_url_path="/metrics" - local_file="fs2_sysinfo.metrics" + local_file="log/fs2_sysinfo.metrics" refresh_interval_s=1 [profiling.metric.fs3] enabled=1 prometheus_port=9273 prometheus_url_path="/metrics" - local_file="fs3_sysinfo.metrics" + local_file="log/fs3_sysinfo.metrics" refresh_interval_s=1 [profiling.process_latency]