mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-11 18:30:24 +08:00
删除指标统计项目中的“请求协议Proto“(因为和HTTP协议一样)
This commit is contained in:
@@ -97,11 +97,6 @@ func FindAllMetricKeyDefinitions(category MetricItemCategory) []*shared.Definiti
|
||||
Description: "通常是请求的域名",
|
||||
},
|
||||
|
||||
{
|
||||
Name: "请求协议Proto",
|
||||
Code: "${proto}",
|
||||
Description: "包含版本的HTTP请求协议,类似于HTTP/1.0",
|
||||
},
|
||||
{
|
||||
Name: "HTTP协议",
|
||||
Code: "${proto}",
|
||||
|
||||
Reference in New Issue
Block a user