mirror of https://github.com/grpc/grpc-go.git
Update xds/internal/balancer/outlierdetection/balancer.go
Co-authored-by: eshitachandwani <59800922+eshitachandwani@users.noreply.github.com>
This commit is contained in:
parent
8956133310
commit
48df6e4aa6
|
|
@ -65,7 +65,7 @@ var (
|
||||||
|
|
||||||
ejectionsUnenforcedMetric = estats.RegisterInt64Count(estats.MetricDescriptor{
|
ejectionsUnenforcedMetric = estats.RegisterInt64Count(estats.MetricDescriptor{
|
||||||
Name: "grpc.lb.outlier_detection.ejections_unenforced",
|
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",
|
Unit: "ejection",
|
||||||
Labels: []string{"grpc.target", "grpc.lb.outlier_detection.detection_method", "grpc.lb.outlier_detection.unenforced_reason"},
|
Labels: []string{"grpc.target", "grpc.lb.outlier_detection.detection_method", "grpc.lb.outlier_detection.unenforced_reason"},
|
||||||
OptionalLabels: []string{"grpc.lb.backend_service"},
|
OptionalLabels: []string{"grpc.lb.backend_service"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue