Skip to content

Updated metadata.csv to include new KSM metric for duration since last successful cronjob #20365

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

Merged
merged 1 commit into from
Jun 2, 2025
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
1 change: 1 addition & 0 deletions kubernetes_state_core/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ kubernetes_state.crd.condition,gauge,,,,The current condition of this custom res
kubernetes_state.crd.count,gauge,,,,Number of custom resource definitions.,0,kubernetes_state_core,k8s_state.crd.count,
kubernetes_state.cronjob.count,gauge,,,,Number of cronjobs. Tags:`kube_namespace`.,0,kubernetes_state_core,k8s_state.cronjob.count,
kubernetes_state.cronjob.duration_since_last_schedule,gauge,,,,The duration since the last time the cronjob was scheduled. Tags:`kube_cronjob` `kube_namespace` (`env` `service` `version` from standard labels).,0,kubernetes_state_core,k8s_state.cronjob.last,
kubernetes_state.cronjob.duration_since_last_successful,gauge,,,,The duration since the last time the cronjob was successfully scheduled. Tags:`kube_cronjob` `kube_namespace` (`env` `service` `version` from standard labels).,0,kubernetes_state_core,k8s_state.cronjob.last_success,
kubernetes_state.cronjob.spec_suspend,gauge,,,,Suspend flag tells the controller to suspend subsequent executions. Tags:`kube_namespace` `kube_cronjob` (`env` `service` `version` from standard labels).,0,kubernetes_state_core,k8s_state.cronjob.suspend,
kubernetes_state.daemonset.count,gauge,,,,Number of DaemonSets. Tags:`kube_namespace`.,0,kubernetes_state_core,k8s_state.ds.count,
kubernetes_state.daemonset.daemons_available,gauge,,,,The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available. Tags:`kube_daemon_set` `kube_namespace` (`env` `service` `version` from standard labels).,0,kubernetes_state_core,k8s_state.ds.daemons_available,
Expand Down
Loading