fix(monitoring): handle multiple protocol cache entries per backend in metrics output

This commit is contained in:
2026-03-24 13:40:28 +00:00
parent 93254d5d3d
commit 104cd417d8
4 changed files with 76 additions and 32 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-24 - 11.10.4 - fix(monitoring)
handle multiple protocol cache entries per backend in metrics output
- Group detected protocol cache entries by backend host and port so multiple domain-specific records are preserved.
- Emit one backend metrics row per cached domain and avoid dropping unmatched protocol cache entries by tracking seen entries with a composite host:port:domain key.
- Use cached protocol values when available while keeping backend-only rows for metrics without protocol cache data.
## 2026-03-23 - 11.10.3 - fix(deps)
bump tstest, smartmetrics, and taskbuffer to latest patch releases