From f14f5f06069b78c74f88c4943ddd6f6b35212d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 26 Jul 2021 10:59:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84=E6=8C=87?= =?UTF-8?q?=E6=A0=87=E5=8F=98=E9=87=8F=E8=AF=B4=E6=98=8E=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/metric_item_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/serverconfigs/metric_item_utils.go b/pkg/serverconfigs/metric_item_utils.go index 91e70ec..1329a2d 100644 --- a/pkg/serverconfigs/metric_item_utils.go +++ b/pkg/serverconfigs/metric_item_utils.go @@ -91,7 +91,7 @@ func FindAllMetricKeyDefinitions(category MetricItemCategory) []*shared.Definiti { Name: "请求协议", Code: "${proto}", - Description: "http或https", + Description: "包含版本的HTTP请求协议,类似于HTTP/1.0", }, { Name: "HTTP协议",