You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature could be used in a blackbox exporter to monitor the number of active tasks on runners. (Could help raise an alert in a prometheus stack in case we reach the maximum number of active tasks)
Provide an example:
+-------------------------+--------------------+-------------------------------------------------+----------------------+----------------------+----------------------+----+--------------------+----------------------+
| NAME | RESOURCE CLASS | HOSTNAME | FIRST CONNECTED | LAST CONNECTED | LAST USED | IP | VERSION | ACTIVE TASKS |
+-------------------------+--------------------+-------------------------------------------------+----------------------+----------------------+----------------------+----+--------------------+----------------------+
| namespace-circle-runner | namespace/xlarge | circleci-agent-container-agent-xxxxxxxxxx-yyyyy | 2023-09-21T11:59:04Z | 2023-11-10T16:20:05Z | 2023-11-10T16:13:30Z | | 3.0.7-3109-1cf50bb | 20 |
+-------------------------+--------------------+-------------------------------------------------+----------------------+----------------------+----------------------+----+--------------------+----------------------+
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?:
This feature could be used in a blackbox exporter to monitor the number of active tasks on runners. (Could help raise an alert in a prometheus stack in case we reach the maximum number of active tasks)
Provide an example:
The text was updated successfully, but these errors were encountered: