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

nbari / pg_exporter / 28193920042
91%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 07:11PM UTC
Jobs 1
Files 91
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

25 Jun 2026 07:03PM UTC coverage: 90.196% (+0.1%) from 90.064%
28193920042

push

github

nbari
Release 0.12.0: checkpoint tuning metrics, sqlx 0.9, aarch64

Metrics:
- Add pg_last_checkpoint_age_seconds and pg_wal_bytes_since_last_checkpoint
  (from pg_control_checkpoint(), all supported PostgreSQL versions)
- Expose pg_settings_max_wal_size_bytes and pg_settings_min_wal_size_bytes
- Together these expose the checkpoint_timeout / max_wal_size / storage tradeoff:
  achieved interval, checkpointer liveness, crash-recovery (RTO) volume, and
  whether checkpoints are time- or WAL-driven

Dashboard / docs:
- Add Grafana "Checkpoints" section (4 panels) with live setting overlay lines
- Add checkpoint tuning guide (src/collectors/default/README.md)

Dependencies:
- Upgrade sqlx 0.8 -> 0.9, tower-http 0.6 -> 0.7, OpenTelemetry stack 0.31 -> 0.32,
  tracing-opentelemetry 0.32 -> 0.33, sysinfo 0.38 -> 0.39, plus compatible bumps
- Adapt dynamic SQL to sqlx 0.9 SqlSafeStr via AssertSqlSafe; enable serde derive
- Fix connection-collector test deadlock under sqlx 0.9 Pool::close semantics
- cargo update (astral-tokio-tar 0.6.2 -> 0.6.3)

Release / CI:
- Build and release aarch64 binaries and packages (aarch64-unknown-linux-musl
  with RPM/DEB, aarch64-apple-darwin); set fail-fast: false

Local dev / test tooling:
- 'just test' uses an already-running PostgreSQL instead of requiring a local
  container runtime, so it works inside a toolbox without podman
- Relabel postgres container volumes with :Z on Linux (SELinux hosts), omit on macOS
- Allow server-side pgbench data generation via PGBENCH_INIT_STEPS to avoid
  bulk-COPY stalls over port-forwards; clear leftover pgbench_test connections

Bump version to 0.12.0 and prepare CHANGELOG.

343 of 352 new or added lines in 14 files covered. (97.44%)

11141 of 12352 relevant lines covered (90.2%)

82.95 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
91.92
-3.8% src/collectors/default/checkpointer.rs
4
96.99
0.17% tests/collectors/default/checkpointer.rs
Jobs
ID Job ID Ran Files Coverage
1 28193920042.1 25 Jun 2026 07:11PM UTC 91
90.2
GitHub Action Run
Source Files on build 28193920042
  • Tree
  • List 91
  • Changed 16
  • Source Changed 15
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28193920042
  • b6d6a4b6 on github
  • Prev Build on sandbox (#24581019376)
  • Next Build on main (#28284356811)
  • 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