смотрю на метрики для ресурса Kubernetes Container:
Memory limit:
Metric:
kubernetes.io/container/memory/limit_bytesDescription: Memory limit of the container in bytes.
и
Memory limit utilization:
Metric:
kubernetes.io/container/memory/limit_utilizationDescription: The fraction of the memory limit that is currently in use on the instance. This value cannot exceed 1 as usage cannot exceed the limit.
и другая пара метрик:
Memory request:
Metric:
kubernetes.io/container/memory/request_bytesDescription: Memory request of the container in bytes.
и
Memory request utilization:
Metric:
kubernetes.io/container/memory/request_utilizationDescription: The fraction of the requested memory that is currently in use on the instance. This value can be greater than 1 as usage can exceed the request.
можете человеческим языком объяснить в чем разница?
потому что например выбрав метрику Memory request, я могу в фильтре выбрать нужный мне контейнер, но для метрики Memory request utilization этого контейнера нет в списке. все другие есть, а нужного мне нету.
тоже и для memоry limit.