Skip to content

Commit

Permalink
update readme for add github_runner_organization_status doc
Browse files Browse the repository at this point in the history
  • Loading branch information
moutonjeremy committed Jan 20, 2021
1 parent 7d4ba54 commit 2e2bc95
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,27 @@ Gauge type
| repo | Repository like \<org>/\<repo> |
| 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)
Expand Down

0 comments on commit 2e2bc95

Please sign in to comment.