Bug Fixes
- Registry and trigger crashes in agent mode —
getSummaryTags()andgetTriggerCounter()also returnundefinedin agent mode since Prometheus is not initialized. Added optional chaining to all remaining Prometheus call sites so agent mode doesn't crash when processing containers or firing triggers. (Fixes #33)
This completes the agent-mode Prometheus fix started in v1.0.1 — all three gauge/summary/counter getters are now guarded.
Docker image: ghcr.io/codeswhat/drydock:1.0.2 (multi-arch: amd64 + arm64)
docker pull ghcr.io/codeswhat/drydock:1.0.2