Update xds/internal/balancer/outlierdetection/balancer.go

Co-authored-by: eshitachandwani <59800922+eshitachandwani@users.noreply.github.com>
This commit is contained in:
Pardhu Konakanchi 2025-07-14 21:40:25 -04:00 committed by GitHub
parent 8956133310
commit 48df6e4aa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"},