kubernetes/pkg/kubelet/metrics/collectors
Ryan Phillips 2bdf975d5b kubelet: add UID to kubelet_container_log_filesystem_used_bytes metric
buildPodRef creates a unique key with the {podName, namespace, UID}
tuple. By omitting the UID in the metric, duplicate metrics can be sent
to prometheus causing 500's on the /metrics endpoint.
2019-07-26 14:59:43 -05:00
..
BUILD vendor github.com/prometheus/client_golang/prometheus/testutil package 2018-12-02 10:25:50 +08:00
log_metrics_test.go kubelet: add UID to kubelet_container_log_filesystem_used_bytes metric 2019-07-26 14:59:43 -05:00
log_metrics.go kubelet: add UID to kubelet_container_log_filesystem_used_bytes metric 2019-07-26 14:59:43 -05:00
volume_stats_test.go Fix computing of cpu nano core usage 2019-03-05 09:25:40 -08:00
volume_stats.go Fix lint on pkg/kubelet/server/... 2019-02-21 10:31:41 -05:00