Skip to content

Commit e0d0ed6

Browse files
committed
Merge branch 'master' into develop
2 parents 2de3c3b + 8a68709 commit e0d0ed6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,27 @@ Gauge type
6262
| repo | Repository like \<org>/\<repo> |
6363
| status | Runner status (online/offline) |
6464

65+
### github_runner_organization_status
66+
Gauge type
67+
(If you have self hosted runner for an organization)
68+
69+
**Result possibility**
70+
71+
| ID | Description |
72+
|---|---|
73+
| 0 | Offline |
74+
| 1 | Online |
75+
76+
**Fields**
77+
78+
| Name | Description |
79+
|---|---|
80+
| id | Runner id (incremental id) |
81+
| name | Runner name |
82+
| os | Operating system (linux/macos/windows) |
83+
| orga | Organization name |
84+
| status | Runner status (online/offline) |
85+
6586
### github_workflow_usage_seconds
6687
Gauge type
6788
(If you have private repositories that use GitHub-hosted runners)

0 commit comments

Comments
 (0)