This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
kubernetes
Watch
1
Star
0
Fork
0
You've already forked kubernetes
mirror of
https://github.com/k3s-io/kubernetes.git
synced
2025-12-04 14:10:53 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
2a3c8d580c28a6a901b0a1aea77306c28a9bc169
kubernetes
/
pkg
/
kubelet
/
stats
History
Krzysztof Jastrzebski
138a3c7172
Add "only_cpu_and_memory" GET parameter to /stats/summary http handler in kubelet. If parameter is true then only cpu and memory will be present in response. The parameter will be used by Metric Server to avoid sending/decoding unneeded data.
2018-09-06 21:49:00 +02:00
..
BUILD
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
cadvisor_stats_provider_test.go
…
cadvisor_stats_provider.go
Use a []string for CgroupName, which is a more accurate internal representation
2018-05-01 08:29:06 -07:00
cri_stats_provider_test.go
Move check and import
2018-04-10 11:55:46 +02:00
cri_stats_provider.go
Kubelet: do not report used inodes on Windows
2018-09-03 16:42:33 +08:00
helper_test.go
…
helper.go
Add Pod stats for Windows containers
2018-05-17 15:28:46 +08:00
log_metrics_provider_test.go
…
log_metrics_provider.go
…
stats_provider_linux.go
…
stats_provider_test.go
Add "only_cpu_and_memory" GET parameter to /stats/summary http handler in kubelet. If parameter is true then only cpu and memory will be present in response. The parameter will be used by Metric Server to avoid sending/decoding unneeded data.
2018-09-06 21:49:00 +02:00
stats_provider_unsupported.go
…
stats_provider.go
…