浏览代码

Merge pull request #71 from kubecost/dwbrown2-prom-doc-1

Update PROMETHEUS.md
Ajay Tripathy 7 年之前
父节点
当前提交
cb351e01b0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      PROMETHEUS.md

+ 3 - 0
PROMETHEUS.md

@@ -49,9 +49,12 @@ sum(node_total_hourly_cost) * 730
 
 
 ## Available Metrics
 ## Available Metrics
 
 
+**Note:** metrics today have both *instance* and *node* labels. The *instance* label will be deprecated in a future version.
+
 | Metric       | Description                                                                                            |
 | Metric       | Description                                                                                            |
 | ------------ | ------------------------------------------------------------------------------------------------------ |
 | ------------ | ------------------------------------------------------------------------------------------------------ |
 | node_cpu_hourly_cost | Hourly cost per vCPU on this node  |
 | node_cpu_hourly_cost | Hourly cost per vCPU on this node  |
+| node_gpu_hourly_cost | Hourly cost per GPU on this node  |
 | node_ram_hourly_cost   | Hourly cost per Gb of memory on this node                       |
 | node_ram_hourly_cost   | Hourly cost per Gb of memory on this node                       |
 | node_total_hourly_cost   | Total node cost per hour                       |
 | node_total_hourly_cost   | Total node cost per hour                       |
 | container_cpu_allocation   | Average number of CPUs requested/used over last 1m                      |
 | container_cpu_allocation   | Average number of CPUs requested/used over last 1m                      |