Skip to content

Commit

Permalink
#2501 add documented
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuQhahah committed Sep 23, 2024
1 parent a8648fd commit 08c753e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/metrics/cluster/node-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
| kube_node_status_condition | Gauge | The condition of a cluster node | | `node`=&lt;node-address&gt; <br> `condition`=&lt;node-condition&gt; <br> `status`=&lt;true\|false\|unknown&gt; | STABLE |
| kube_node_created | Gauge | Unix creation timestamp | seconds | `node`=&lt;node-address&gt; | STABLE |
| kube_node_deletion_timestamp | Gauge | Unix deletion timestamp | seconds | `node`=&lt;node-address&gt; | EXPERIMENTAL |
| kube_node_volumes_in_use_count | Gauge | Number of volumes in use on the node | | `node`=&lt;node-address&gt; | STABLE |
| kube_node_volumes_attached_count | Gauge | Number of volumes attached to the node | | `node`=&lt;node-address&gt; | STABLE |

0 comments on commit 08c753e

Please sign in to comment.