• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

archetech / archon / 24317022038
95%
main: 89%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/shell-quote-1.8.4
DEFAULT BRANCH: main
Ran 12 Apr 2026 09:41PM UTC
Jobs 1
Files 24
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Apr 2026 09:38PM UTC coverage: 95.166%. Remained the same
24317022038

Pull #404

github

macterra
Emit process_* metrics from Rust gatekeeper for Grafana parity

The existing archon-services Grafana dashboard queries
process_resident_memory_bytes and process_start_time_seconds to render
the gatekeeper Uptime and Memory panels. The TypeScript service got
these for free from prom-client's collectDefaultMetrics; the Rust port
emitted neither, so those panels went blank after cutover.

Enable the `process` feature on the prometheus crate and register
ProcessCollector::for_self() on Linux, which exposes:
  process_cpu_seconds_total
  process_open_fds
  process_resident_memory_bytes
  process_start_time_seconds
  process_virtual_memory_bytes
Gated with #[cfg(target_os = "linux")] because the collector reads
/proc — all our containers are Linux so this is a no-op elsewhere but
keeps cross-compiling clean.

nodejs_heap_size_used_bytes stays absent — Rust has no JS heap and
process_resident_memory_bytes is the correct substitute.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pull Request #404: feat: Add native Rust Gatekeeper

1990 of 2192 branches covered (90.78%)

Branch coverage included in aggregate %.

4231 of 4345 relevant lines covered (97.38%)

1167.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24317022038.1 12 Apr 2026 09:41PM UTC 48
96.06
GitHub Action Run
Source Files on build 24317022038
  • Tree
  • List 24
  • Changed 22
  • Source Changed 0
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24317022038
  • Pull Request #404
  • PR Base - main (#24283168839)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc