Zach Zhu
Zach Zhu
Currently if we want the agent to dynamic detect the server count change, we have to enable the `syncForever` mode, however, with this mode on, agent just call the `Connect`...
This PR introduces a configurable standalone server for serving pprof to manager, just like the health and metrics server. fixes #1779 Additional thoughts: I've been aware of `metricsExtraHandlers` introduced in...
This PR enables metrics of clientgo leader election ( "k8s.io/client-go/tools/leaderelection" )
**What this PR does / why we need it**: This PR propose a KEP to support custom local value retention as demanded in many use cases such as #1481 #1508...
### What do you want to happen? As [pprof support been introduced to controller-runtime](https://github.com/kubernetes-sigs/controller-runtime/pull/1943), we can follow up to make it available (and visible) to end users of kubebuilder. This...
### What this PR does This PR adds following metrics about the size of block storage devices of VMI: - `kubevirt_vmi_storage_allocation_bytes` - `kubevirt_vmi_storage_capacity_bytes` - `kubevirt_vmi_storage_physical_bytes` ### Why we need it...