Skip to content

Commit

Permalink
Add metrics namespace to metrics in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbybibby committed Jan 11, 2021
1 parent 427b138 commit 136af28
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Here's an example scrape config. This assumes that the exporter is available at

## Metrics

| Metric | Description | Labels |
| -------------------------------- | ----------------------------------------------------- | -------------------- |
| container_rootfs_inodes_free | Number of available Inodes | pod, namespace, name |
| container_rootfs_inodes | Number of Inodes | pod, namespace, name |
| container_rootfs_inodes_used | Number of used Inodes | pod, namespace, name |
| container_rootfs_available_bytes | Number of bytes that aren't consumed by the container | pod, namespace, name |
| container_rootfs_capacity_bytes | Number of bytes that can be consumed by the container | pod, namespace, name |
| container_rootfs_used_bytes | Number of bytes that are consumed by the container | pod, namespace, name |
| Metric | Description | Labels |
| --------------------------------------------- | ----------------------------------------------------- | -------------------- |
| kube_summary_container_rootfs_inodes_free | Number of available Inodes | pod, namespace, name |
| kube_summary_container_rootfs_inodes | Number of Inodes | pod, namespace, name |
| kube_summary_container_rootfs_inodes_used | Number of used Inodes | pod, namespace, name |
| kube_summary_container_rootfs_available_bytes | Number of bytes that aren't consumed by the container | pod, namespace, name |
| kube_summary_container_rootfs_capacity_bytes | Number of bytes that can be consumed by the container | pod, namespace, name |
| kube_summary_container_rootfs_used_bytes | Number of bytes that are consumed by the container | pod, namespace, name |

0 comments on commit 136af28

Please sign in to comment.