Skip to content

Commit

Permalink
add missing metrics
Browse files Browse the repository at this point in the history
Fixes #18

Signed-off-by: Jan Jansen <[email protected]>
  • Loading branch information
farodin91 committed Nov 27, 2023
1 parent 8f7586c commit b2bcd6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ Project based on https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics
## Exported metrics

* kubelet_stats_ephemeral_storage_pod_usage (pod_namespace, pod_name, node_name)
* kubelet_stats_ephemeral_storage_pod_capacity (pod_namespace, pod_name, node_name)
* kubelet_stats_ephemeral_storage_pod_available (pod_namespace, pod_name, node_name)
* kubelet_stats_rootfs_pod_container_usage (pod_namespace, pod_name, container_name, node_name)
2 changes: 1 addition & 1 deletion charts/kubelet-stats-metrics/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
image: ghcr.io/gdatasoftwareag/kubelet-stats-metrics:v0.6.0
image: ghcr.io/gdatasoftwareag/kubelet-stats-metrics:v0.7.0
logLevel: info

0 comments on commit b2bcd6e

Please sign in to comment.