From ab47fb654030306dc9b16642b364fca4cd22bfd5 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 26 Jul 2021 14:34:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/metric_item_utils.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/serverconfigs/metric_item_utils.go b/pkg/serverconfigs/metric_item_utils.go index 1329a2d..974adf8 100644 --- a/pkg/serverconfigs/metric_item_utils.go +++ b/pkg/serverconfigs/metric_item_utils.go @@ -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", },