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]