修正fs2_sysinfo.metrics/fs3_sysinfo.metrics的路径

This commit is contained in:
liuxueli
2023-07-06 21:43:37 +08:00
committed by 付明卫
parent 3cfbc5275f
commit 0ad4e347b9
2 changed files with 4 additions and 4 deletions

View File

@@ -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]

View File

@@ -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]