🐞 fix(TSG-15050): TFE 配置增加proxy_hits字段; TFE packet io增加fieldstat状态统计

This commit is contained in:
wangmenglan
2023-05-15 18:07:58 +08:00
committed by 付明卫
parent a979478dc9
commit a7551d1015
4 changed files with 16 additions and 3 deletions

View File

@@ -69,8 +69,8 @@ sapp_rpm_version:
sapp-pr: sapp-pr-4.3.2.dc51748
tfe_rpm_version:
tfe: tfe-4.8.11.935aa72
tfe-pr: tfe-pr-4.8.11.935aa72
tfe: tfe-4.8.12.b931a3d
tfe-pr: tfe-pr-4.8.12.b931a3d
tsg_app_rpm_version:
app_sketch_local: app_sketch_local-5.0.3.cd40103

View File

@@ -244,6 +244,12 @@ full_cfg_dir=pangu_policy/full/index/
inc_cfg_dir=pangu_policy/inc/index/
accept_tag_key=data_center
[proxy_hits]
cycle=1000
telegraf_port=8400
telegraf_ip=127.0.0.1
app_name="proxy_rule_hits"
[traffic_steering]
enable_steering_http=0
enable_steering_ssl=0

View File

@@ -20,4 +20,5 @@ tfe.fatal "./log/tfe.log.%d(%F)";
http.fatal "./log/http.log.%d(%F)";
http2.fatal "./log/http2.log.%d(%F)";
doh.fatal "./log/doh_pxy.log.%d(%F)";
tsg_http.fatal "./log/tsg_http_pxy.log.%d(%F)";
tsg_http.fatal "./log/tsg_http_pxy.log.%d(%F)";
packet_io.fatal "./log/packet_io.log.%d(%F)";

View File

@@ -204,6 +204,12 @@ full_cfg_dir=pangu_policy/full/index/
inc_cfg_dir=pangu_policy/inc/index/
accept_tag_key=data_center
[proxy_hits]
cycle=1000
telegraf_port=8400
telegraf_ip=127.0.0.1
app_name="proxy_rule_hits"
# for enable kni v4
[packet_io]
packet_io_threads={{- include "traffic-engine.sapp.workerthread" . }}