You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: A91-outlier-detection-metrics.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,18 +31,21 @@ Outlier Detection metrics will have the following labels:
31
31
| Name | Disposition | Description |
32
32
| ----------- | ----------- | ----------- |
33
33
| grpc.target | required | Indicates the target we are running outlier detection on. (Same as the attribute defined in [A66](https://github.com/grpc/proposal/blob/master/A66-otel-stats.md).) |
34
+
| grpc.lb.backend_service | optional | The backend service to which the traffic is being sent. This is relevant when a single channel target can be sent to different sets of servers. When using xDS, this will be the cluster name. When not relevant, the value will be the empty string.
35
+
36
+
Note that `grpc.lb.backend_service` will not be supported as a label until completion of [A75](https://github.com/grpc/proposal/blob/master/A75-xds-aggregate-cluster-behavior-fixes.md)
| grpc.lb.outlier_detection.ejections_enforced_total | Counter | {ejection} | grpc.target, grpc.lb.backend_service| Total enforced ejections due to any outlier type |
43
+
| grpc.lb.outlier_detection.ejections_active | Gauge | {ejection} | grpc.target, grpc.lb.backend_service| Number of currently ejected hosts |
44
+
| grpc.lb.outlier_detection.ejections_overflow | Counter | {ejection} | grpc.target, grpc.lb.backend_service| Number of ejections aborted due to max ejection percentage |
0 commit comments