From 48df6e4aa699d893ae100943800b96d089a0b3a4 Mon Sep 17 00:00:00 2001 From: Pardhu Konakanchi <46410151+PardhuKonakanchi@users.noreply.github.com> Date: Mon, 14 Jul 2025 21:40:25 -0400 Subject: [PATCH] Update xds/internal/balancer/outlierdetection/balancer.go Co-authored-by: eshitachandwani <59800922+eshitachandwani@users.noreply.github.com> --- xds/internal/balancer/outlierdetection/balancer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xds/internal/balancer/outlierdetection/balancer.go b/xds/internal/balancer/outlierdetection/balancer.go index d9e95b937..3550d6bf9 100644 --- a/xds/internal/balancer/outlierdetection/balancer.go +++ b/xds/internal/balancer/outlierdetection/balancer.go @@ -65,7 +65,7 @@ var ( ejectionsUnenforcedMetric = estats.RegisterInt64Count(estats.MetricDescriptor{ Name: "grpc.lb.outlier_detection.ejections_unenforced", - Description: "EXPERIMENTAL. Unenforced outlier ejections due to either max ejection percentage or enforcement_percentage", + Description: "EXPERIMENTAL. Number of unenforced outlier ejections due to either max ejection percentage or enforcement_percentage", Unit: "ejection", Labels: []string{"grpc.target", "grpc.lb.outlier_detection.detection_method", "grpc.lb.outlier_detection.unenforced_reason"}, OptionalLabels: []string{"grpc.lb.backend_service"},