Commit Graph

18 Commits

Author SHA1 Message Date
CatherineF-dev 941c6838fe
Merge pull request #2771 from nmn3m/kube-job-metric
feat: Add kube_job_status_ready metric
2025-09-17 10:00:44 -04:00
Nour 8db448006a
adding kube_job_status_ready metrics 2025-09-14 22:56:28 +03:00
Nour 9360a46c51
Promote metrics to stable 2025-09-14 21:59:23 +03:00
Kubernetes Prow Robot 0641627fd5
Merge pull request #2678 from IgorIgnatevBolt/feat-deletion-timestamp-resources
feat: introduce deletion timestamp metric for daemonset, statefulset, deployment, service and pdb
2025-08-24 22:41:07 -07:00
Kubernetes Prow Robot bdcb1e852a
Merge pull request #2675 from IgorIgnatevBolt/feat-hpa-created-metric
feat: Add HorizontalPodAutoscaler created and deletionTimestamp info into metrics
2025-08-24 14:41:06 -07:00
Igor Ignatev 53ec1de81a
feat: add deletion timestamp metrics for multiple resources
This commit adds the kube_*_deletion_timestamp metric for several Kubernetes resources:
- Deployments
- DaemonSets
- StatefulSets
- Services
- PodDisruptionBudgets

The deletion timestamp metric reports the Unix timestamp when a resource
was marked for deletion. This helps with monitoring resource lifecycle
and cleanup processes.

All metrics follow the same pattern:
- Help text: 'Unix deletion timestamp'
- Type: gauge
- Value: Unix timestamp in seconds when DeletionTimestamp is set,
  otherwise the metric is not emitted

Updated documentation and tests are included for all affected resources.
2025-08-18 08:57:17 +03:00
Rishab87 0a50cabaf9 added reason label 2025-08-05 16:35:42 +05:30
yshngg a483701408 feat(pod): add new metric for pod unscheduled time tracking
The changes introduce a new metric generator `kube_pod_status_unscheduled_time` to record the Unix timestamp when pods transition to unscheduled status. This enhances monitoring capabilities for scheduling issues by capturing exact transition times during `PodScheduled` condition changes.
2025-07-01 16:06:28 +08:00
Igor Ignatev 8fd0417aa2
feat: hpa created and deletion metrics 2025-06-03 19:13:44 +03:00
Peter Schuurman 098e785d08 Promote kube_statefulset_ordinals_start from ALPHA -> STABLE 2024-11-25 10:55:34 -08:00
Kubernetes Prow Robot ea5826a92c
Merge pull request #2376 from mrueg/cronjob-add-timezone
feat: Add timezone to kube_cronjob_info / Make kube_cronjob_next_schedule_time timezone-aware
2024-11-14 14:25:17 +00:00
Indresh2410 7a54a8ebf0
Add new line 2024-11-07 05:52:47 +00:00
Indresh2410 b2c8fa7837 Address Review Comments 2024-11-07 04:36:30 +00:00
Indresh2410 ba7ff1a0e5 Address Review Comments 2024-11-07 04:36:30 +00:00
Indresh-Prakash 076987a505 Add kube_job_status_suspended metric 2024-11-07 04:36:30 +00:00
Manuel Rüger be6fc00d98 feat: Add timezone to kube_cronjob_info 2024-04-22 10:16:59 +02:00
Manuel Rüger 0c030421ca chore: Update prometheus to 2.51.1 2024-04-05 00:20:04 +02:00
Ovidiu Tirla 3fc953561f docs: reorganize documentation directory structure 2024-04-03 12:32:14 +00:00