From d606da12b701e5ec145b75087e7c02f37881ae59 Mon Sep 17 00:00:00 2001 From: xnp2020 <76514830+xnp2020@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:00:51 +0800 Subject: [PATCH] Update config-walkthrough.md correction --- docs/config-walkthrough.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config-walkthrough.md b/docs/config-walkthrough.md index 83df2d65..b300154b 100644 --- a/docs/config-walkthrough.md +++ b/docs/config-walkthrough.md @@ -160,14 +160,14 @@ configuration, we should see discovery information at "groupVersion": "custom.metrics.k8s.io/v1beta1", "resources": [ { - "name": "pods/http_requests_total", + "name": "pods/http_requests_per_second", "singularName": "", "namespaced": true, "kind": "MetricValueList", "verbs": ["get"] }, { - "name": "namespaces/http_requests_total", + "name": "namespaces/http_requests_per_second", "singularName": "", "namespaced": false, "kind": "MetricValueList",