Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,14 +574,12 @@ Log can be found under `/var/log/azslurm-exporter.log`
| Metric | Type | Labels | Description |
|---|---|---|---|
| `squeue_partition_jobs_state` | Gauge | `partition`, `state` | Number of jobs in each state per partition |
| `squeue_job_nodes_allocated` | Gauge | `job_id`, `job_name`, `partition`, `state`, `nodelist`, `start_time` | Nodes allocated to each running job |

**sacct metrics**

| Metric | Type | Labels | Description |
|---|---|---|---|
| `sacct_terminal_jobs_total` | Counter | `partition`, `exit_code`, `reason`, `state`| Cumulative count of completed/failed/cancelled jobs |
| `sacct_failed_jobs` | Gauge | `jobid`, `jobname`, `nodelist`, `partition`, `exit_code`, `reason`, `state`, `starttime`, `endtime` | Per-job indicator for all non-completed terminal jobs in the query interval (value is always `1`) |

Terminal states tracked: `completed`, `failed`, `cancelled`, `timeout`, `node_fail`, `preempted`, `out_of_memory`, `deadline`, `boot_fail`. Exit codes are mapped to human-readable reasons (e.g. `137:0` → `SIGKILL - Force killed`).

Expand Down
10 changes: 0 additions & 10 deletions azure-slurm-exporter/dashboards/azslurm-cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,16 +603,6 @@
"fixedColor": "orange",
"mode": "fixed"
}
},
{
"id": "links",
"value": [
{
"targetBlank": false,
"title": "Failed Jobs in last 6 months",
"url": "/d/cff0f6w0qqwaoa/failed-jobs-dashboard?orgId=1&${__url_time_range}&${partition:queryparam}&${cluster:queryparam}&${instance:queryparam}&${cpu:queryparam}&${gpu:queryparam}&${nodearray:queryparam}"
}
]
}
]
},
Expand Down
Loading
Loading