From c846c7ab6643267966912dae972a19ee22ef93f7 Mon Sep 17 00:00:00 2001 From: Gao Hongtao Date: Sun, 29 Nov 2020 12:59:49 +0800 Subject: [PATCH] Update istio-controlplane.yaml (#5921) Remove redundant fields. --- .../src/main/resources/otel-oc-rules/istio-controlplane.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/oap-server/server-bootstrap/src/main/resources/otel-oc-rules/istio-controlplane.yaml b/oap-server/server-bootstrap/src/main/resources/otel-oc-rules/istio-controlplane.yaml index dec2498f92..d32cf5a237 100644 --- a/oap-server/server-bootstrap/src/main/resources/otel-oc-rules/istio-controlplane.yaml +++ b/oap-server/server-bootstrap/src/main/resources/otel-oc-rules/istio-controlplane.yaml @@ -28,8 +28,6 @@ # "-P6H3M" -- parses as "-6 hours and -3 minutes" # "-P-6H+3M" -- parses as "+6 hours and -3 minutes" # -group: istio -defaultMetricLevel: service(['cluster', 'app']) expSuffix: tag({tags -> tags.cluster = 'istio-ctrl::' + tags.cluster}).service(['cluster', 'app']) metricPrefix: meter_istio metricsRules: -- GitLab