Skip to content

Commit 52f6438

Browse files
committed
KEP-2086: update proposed metric name to kube_proxy_sync_proxy_rules_no_endpoints_total
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent a96e14f commit 52f6438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keps/sig-network/2086-service-internal-traffic-policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Beta:
168168
* consensus on how internalTrafficPolicy overlaps with topology-aware routing.
169169

170170
GA:
171-
* metrics for total number of Services that are dropping local traffic (kubeproxy/sync_proxy_rules_blackhole_total) due to no endpoints (a.k.a black hole).
171+
* metrics for total number of Services that have no endpoints (kubeproxy/sync_proxy_rules_no_endpoints_total) with additional labels for internal/external and local/cluster policies.
172172
* consensus on whether or not "PreferLocal" should be included as a new policy type
173173

174174
### Upgrade / Downgrade Strategy

keps/sig-network/2086-service-internal-traffic-policy/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ feature-gates:
4141
disable-supported: true
4242

4343
metrics:
44-
- kubeproxy/sync_proxy_rules_blackhole_total
44+
- kubeproxy/sync_proxy_rules_local_no_endpoints

0 commit comments

Comments
 (0)