Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing metrics #19

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add missing metrics
Fixes #18

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>
  • Loading branch information
farodin91 committed Nov 27, 2023
commit b2bcd6e47e71abd3dfeda6de3dd7d3a4d1e94835
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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