Skip to main content
Gauges capture a point‑in‑time value that may increase or decrease.

Create and use

:set(value) sets an absolute reading. :inc(delta) / :dec(delta) record a delta. Use :set for most gauges to avoid drift.

Typical use cases

  • Performance: server_fps, memory_mb, cpu_utilisation_percent
  • Live sentiment/health: server_health_percent
  • Current concurrent: players_online (instantaneous)

Dashboard fit

  • Time‑series line, single value gauge, table by label (e.g., {server_id}).