You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`k8s.job.active_pods`| Gauge |`{pod}`| The number of pending and actively running pods for a job [1]||
346
+
347
+
**[1]:** This metric aligns with the `active` field of the
|`k8s.job.failed_pods`| Gauge |`{pod}`| The number of pods which reached phase Failed for a job [1]||
369
+
370
+
**[1]:** This metric aligns with the `failed` field of the
|`k8s.job.successful_pods`| Gauge |`{pod}`| The number of pods which reached phase Succeeded for a job [1]||
392
+
393
+
**[1]:** This metric aligns with the `succeeded` field of the
|`k8s.job.desired_successful_pods`| Gauge |`{pod}`| The desired number of successfully finished pods the job should be run with [1]||
415
+
416
+
**[1]:** This metric aligns with the `completions` field of the
|`k8s.job.max_parallel_pods`| Gauge |`{pod}`| The max desired number of pods the job should run at any given time [1]||
438
+
439
+
**[1]:** This metric aligns with the `parallelism` field of the
|`k8s.cronjob.active_jobs`| Gauge |`{job}`| The number of actively running jobs for a cronjob [1]||
461
+
462
+
**[1]:** This metric aligns with the `active` field of the
0 commit comments