summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/roles/sapp/templates/sapp.toml.j2.j22
-rw-r--r--ansible/roles/traffic-engine/files/helm/conf/sapp.toml2
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