Skip to content

Commit a8cb99e

Browse files
committed
Add a note about kube-state-metrics
1 parent 0c05017 commit a8cb99e

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-storage/2268-non-graceful-shutdown

1 file changed

+2
-2
lines changed

keps/sig-storage/2268-non-graceful-shutdown/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ the health of the service?**
335335
- Metric name: We can add new metrics deleting_pods_total, deleting_pods_error_total
336336
in Pod GC Controller.
337337
For Attach Detach Controller, there's already a metric:
338-
attachdetach_controller_forced_detaches. We could keep it for force detach
339-
by timeout and add a new metric attachdetach_controller_forced_detaches_taint.
338+
attachdetach_controller_forced_detaches
339+
It is also useful to know how many nodes have taints. We can explore with [kube-state-metrics](https://github.com/kubernetes/kube-state-metrics) which generates metrics about the state of the objects.
340340
- [Optional] Aggregation method:
341341
- Components exposing the metric:
342342
- [ ] Other (treat as last resort)

0 commit comments

Comments
 (0)