From b6620f59c9ae5ae8405900cda394531cbd3b69c9 Mon Sep 17 00:00:00 2001 From: wankai123 Date: Thu, 8 Apr 2021 08:02:22 +0800 Subject: [PATCH] Remove the useless metrics in `vm.yaml` (#6705) --- CHANGES.md | 1 + .../server-bootstrap/src/main/resources/otel-oc-rules/vm.yaml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 03414575ac..f21b92d445 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -76,6 +76,7 @@ Release Notes. * Using "service.istio.io/canonical-name" to replace "app" label to resolve Envoy ALS service name. * Append the root slash(/) to getIndex and getTemplate requests in ES client. * Fix `disable` statement not working. This bug exists since 8.0.0. +* Remove the useless metric in `vm.yaml`. #### UI * Update selector scroller to show in all pages. diff --git a/oap-server/server-bootstrap/src/main/resources/otel-oc-rules/vm.yaml b/oap-server/server-bootstrap/src/main/resources/otel-oc-rules/vm.yaml index e0f25c2d26..a2d0437bd5 100644 --- a/oap-server/server-bootstrap/src/main/resources/otel-oc-rules/vm.yaml +++ b/oap-server/server-bootstrap/src/main/resources/otel-oc-rules/vm.yaml @@ -89,8 +89,6 @@ metricsRules: #node filefd - name: filefd_allocated exp: node_filefd_allocated - - name: filefd_maximum - exp: node_filefd_maximum -- GitLab