mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 03:26:36 +08:00
修改文字
This commit is contained in:
@@ -73,7 +73,7 @@ func FindAllMetricKeyDefinitions(category MetricItemCategory) []*shared.Definiti
|
||||
Description: "比如GET、POST等",
|
||||
},
|
||||
{
|
||||
Name: "请求协议",
|
||||
Name: "请求协议Scheme",
|
||||
Code: "${scheme}",
|
||||
Description: "http或https",
|
||||
},
|
||||
@@ -89,7 +89,7 @@ func FindAllMetricKeyDefinitions(category MetricItemCategory) []*shared.Definiti
|
||||
},
|
||||
|
||||
{
|
||||
Name: "请求协议",
|
||||
Name: "请求协议Proto",
|
||||
Code: "${proto}",
|
||||
Description: "包含版本的HTTP请求协议,类似于HTTP/1.0",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user