From 2e2bc9595e4ceed3ebc242d012eccf29aa421f14 Mon Sep 17 00:00:00 2001 From: labbs Date: Wed, 20 Jan 2021 15:33:43 +0100 Subject: [PATCH] update readme for add github_runner_organization_status doc --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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)