通过Prometheus查询K8S集群Pod 的CPU、内存、网络指标
:Monitoring cAdvisor with Prometheus。 其中有几项是: Metric nameTypeDescriptionUnitcontainer_cpu_usage_seconds_totalCounterCumulative cpu time consumedsecondscontainer_spec_cpu_quotaGaugeCPU quota of the containercontainer_memory_rssGaugeSize of RSSbytescontainer_spec_memory_limit_bytesGaugeMemory limit for the containerbytescontainer_fs_usage_bytesGaugeNumber of...阅读全文