diff --git a/README.md b/README.md index 12cc91e..51949ee 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,27 @@ Gauge type | repo | Repository like \/\ | | status | Runner status (online/offline) | +### github_runner_organization_status +Gauge type +(If you have self hosted runner for an organization) + +**Result possibility** + +| ID | Description | +|---|---| +| 0 | Offline | +| 1 | Online | + +**Fields** + +| Name | Description | +|---|---| +| id | Runner id (incremental id) | +| name | Runner name | +| os | Operating system (linux/macos/windows) | +| orga | Organization name | +| status | Runner status (online/offline) | + ### github_workflow_usage_seconds Gauge type (If you have private repositories that use GitHub-hosted runners)