I am working with k8s v1.13.2 scraping CPU and memory stats for some of my application’s pods from the kubelet/cadvisor endpoint /stats/summary in order to do some internal load balancing. It works fine but the refresh rate of the endpoint is very slow on the order of 10-15 seconds which makes the stats stale for quick running workloads. I haven’t been able to find a tunable to change the frequency that the stats are updated in kubernetes. Can anyone suggest how to do this? Thanks!
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
[Question] cAdvisor implementation in kubelet | 1 | 1174 | December 8, 2022 | |
Details of the bug in builtin cadvisor (0.37.0) in kubelet of 1.19.2 | 1 | 817 | January 20, 2021 | |
Unable to configure the cadvisor parameter in kublet | 2 | 1059 | September 18, 2019 | |
How to start a local k8s cluster with kubelet expose cadvisor metrics? | 0 | 991 | September 4, 2019 | |
Monitoring Pod CPU Microbursting | 0 | 91 | July 1, 2024 |