Runner monitoring and support
Runner monitoring and support
Runner monitoring answers three user questions: are jobs starting on time, are they completing reliably, and is the runner boundary still safe to operate? Assistance can operate dashboards, alert rules, triage workflows, maintenance windows, and evidence collection for the runner layer inside the agreed engagement boundary.
Monitoring does not replace customer ownership of repository code, workflow design, release decisions, or compliance sign-off. Assistance provides operational signals, support, and evidence; the customer decides business priority, legal interpretation, and risk acceptance.
For hardening controls, see Runner security hardening. For platform-specific runner behavior, see GitHub Actions, GitLab runners, Gitea Actions, and Forgejo Actions. For incident triage, see Troubleshooting.
What Assistance monitors#
The exact implementation depends on the platform and hosting model, but a production runner fleet normally includes these signals.
User-facing service indicators#
Dashboards should be understandable to both platform owners and delivery teams. Assistance usually separates:
- Fleet health — online runners, offline runners, version status, patch status, and host health.
- Delivery health — queue time, job duration, failure rate, retry rate, and top failing repositories.
- Capacity health — concurrency, saturation, autoscaling events, pending jobs, and utilization by label/tag.
- Security health — restricted runner usage, administrative changes, private-network access, secret handling findings, and cleanup failures.
- Evidence health — latest access review, latest patch record, latest maintenance window, and open remediation items.
For EU-sensitive environments, confirm where monitoring data, logs, support tickets, and exports are stored. CI metadata can include user names, repository names, branch names, internal service names, and accidental secret output.
Alert examples#
Assistance tunes alert thresholds to the customer's operating model. Common alerts include:
Alerts should include affected platform, repository or group, label/tag, environment, impact, dashboard link, and the runbook section to start with.
Support workflow#
When Assistance receives a runner support request, the normal workflow is:
- Classify impact — blocked production release, degraded CI, security concern, advisory request, or routine change.
- Confirm scope — platform, repository or group, labels/tags, runner pool, environment, region, and affected jobs.
- Check recent changes — workflow edits, runner image updates, patches, network changes, secrets rotation, provider incidents, and maintenance windows.
- Triage signals — queue time, runner online status, failures, host resources, disk, network, cache/artifact backend, and CI platform status.
- Stabilize — reroute jobs, pause low-priority workflows, add capacity, rebuild runners, roll back image changes, or disable suspect pools.
- Document — record timeline, evidence, actions, customer approvals, remaining risks, and follow-up items.
What to include in a support ticket#
Send the smallest complete packet of information that lets Assistance reproduce the problem safely:
- CI platform and link to the workflow, pipeline, or job.
- Repository, project, group, or organization.
- Runner labels/tags, runner group, executor, or pool name.
- Environment affected: development, staging, production, deploy, private-network, GPU, bare metal, or other profile.
- Business impact and deadline.
- First failure time and whether retries behave differently.
- Recent workflow, secret, image, dependency, network, or access changes.
- Relevant log excerpts with secrets removed.
- Whether untrusted code, forks, production secrets, or customer data may be involved.
Do not paste raw secrets, private keys, full environment dumps, or personal data that is not needed for triage.
Maintenance windows#
Runner maintenance should be predictable because CI capacity is part of the release path. A maintenance window record should include:
- reason for the change: patching, runner-agent update, image refresh, host replacement, network change, or capacity change;
- affected platforms, repositories, labels/tags, and environments;
- expected user impact and freeze period;
- rollback or rebuild path;
- validation jobs to run before and after the change;
- communication owner and escalation channel;
- evidence to retain after completion.
Emergency maintenance is used for active exploitation, credential exposure, unstable hosts, provider incidents, or production release blockers. Assistance will favor containment and safe recovery over preserving convenience caches or local runner state.
Logs, metrics, and retention#
Retention must balance troubleshooting, audit, privacy, and cost.
Assistance can recommend retention settings and collect evidence, but the customer approves legal and regulatory retention requirements.
Regular reviews#
For retained operations, Assistance usually reviews:
- queue-time trends and top capacity constraints;
- failure trends by repository, label/tag, image, and dependency;
- open security findings and patch status;
- access-review completion and privileged runner usage;
- cache/artifact growth and retention exceptions;
- incidents, near misses, and recurring support themes;
- upcoming maintenance windows and platform deprecations.
The review output is an improvement backlog with owners, priorities, target dates, and evidence needed for closure.