Metrics in Kubernetes: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
{{Internal|Kubernetes Metrics Server|Kubernetes Metrics Server}} | {{Internal|Kubernetes Metrics Server|Kubernetes Metrics Server}} | ||
=Resource Metrics API= | =Resource Metrics API= | ||
metrics.k8s.io | |||
<font color=darkgray>TODO: | <font color=darkgray>TODO: | ||
* https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/resource-metrics-api.md | * https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/resource-metrics-api.md | ||
* https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/custom-metrics-api.md</font> | * https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/custom-metrics-api.md</font> |
Revision as of 19:58, 5 October 2020
Internal
Overview
Resource
Metric
Resource Metric
A resource metric is a numeric quantity that tracks the value of a resource specified by a Kubernetes API resource - for example, the CPU utilization of a container.
Kubernetes Metrics Server
Resource Metrics API
metrics.k8s.io
TODO: