Files
Claude 8939848013 Add Lua code generation helper to metrics pipeline package
createMetricsEmitLua() generates the pcall + enabled-flag check +
XADD boilerplate as a Lua string at command registration time.
The caller provides a domain-specific computeBlock (Redis commands
to compute gauge values) and a field mapping.

queueMetricsLuaBlock() wraps this with queue-specific gauge
computations (ZCARD, SCARD, oldest message age), so adding metrics
to each of the 6 Lua scripts is a single function call instead of
hand-written Lua blocks.

https://claude.ai/code/session_01PkVYeZ8tQzgcT4YQsctGo1
2026-02-07 10:18:13 +00:00
..
2023-08-02 15:09:35 +01:00
2025-11-14 09:42:20 +00:00
2025-11-14 09:42:20 +00:00
2023-08-02 15:09:35 +01:00
2025-08-18 12:34:55 +01:00
2024-08-07 11:13:45 +01:00
2024-10-31 09:49:59 +00:00
2024-09-11 17:14:39 +01:00
2025-08-18 12:34:55 +01:00
2024-08-07 11:13:45 +01:00
2025-08-18 12:34:55 +01:00
2024-08-07 11:13:45 +01:00
2024-08-07 11:13:45 +01:00
2024-08-07 11:13:45 +01:00
2025-08-18 12:34:55 +01:00
2024-08-07 11:13:45 +01:00
2023-10-02 14:26:54 +01:00
2024-08-07 11:13:45 +01:00
2025-08-18 12:34:55 +01:00
2025-08-18 12:34:55 +01:00
2025-08-18 12:34:55 +01:00
2025-08-18 12:34:55 +01:00
2025-05-07 19:55:29 +01:00

Development

Install and initial setup

pnpm install

Running the app

pnpm run dev --filter docs

View the app locally

It runs locally here: http://localhost:3050