DOC-1381: Add Load Factor dashboard monitoring page (26.2)#1815
DOC-1381: Add Load Factor dashboard monitoring page (26.2)#1815Feediver1 wants to merge 9 commits into
Conversation
New how-to for the 26.2 "Redpanda - Load Factor" Grafana dashboard (ENG-540): what load factor is (live utilization vs estimated instance capacity), the internal-metrics-endpoint prerequisite (the dashboard queries vectorized_* series only; the public-metrics variant was an unshipped stretch goal), the instance-capacity and host-OS metric families behind it, import + panel-reading guidance, and limitations (nominal vendor capacity figures; unrecognized instance types emit no capacity gauges). Facts verified against v26.2.1-rc3 (enable_host_metrics default/restart/ visibility, instance_metrics.cc presence) and the dashboard JSON on dev (112 vectorized_ refs, 0 redpanda_; panel inventory). DRAFT-VERIFY markers cover the two facts pending engineering: dashboard distribution (Travis Downs pinged on DOC-1381) and the exact load-factor computation semantics. Metrics reference entries for instance_*/host_metrics_info/ io_queue_config_* arrive via the 26.2 metrics regen, not hand-edits. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
…rted guide Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
travisdowns
left a comment
There was a problem hiding this comment.
A few source-verification fixes from cross-checking against the dashboard spec and the shipped single-load-factor.json. Three inline suggestions below: two scoping the instance-type-capacity claim (it only applies to disk and network), and one correcting the network metric attribution.
travisdowns
left a comment
There was a problem hiding this comment.
One more: the I/O scheduler subfactor is a per-resource panel section but isn't called out anywhere on the page. Adding it to this enumeration closes the gap (connections is already here).
Co-authored-by: Travis Downs <travis.downs@gmail.com>
|
// DRAFT-VERIFY (DOC-1381): Dashboard distribution is unconfirmed with engineering ^^ Will go in post-GA when available. |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Description
Documents the 26.2 "Redpanda - Load Factor" Grafana dashboard (ENG-540): a new Self-Managed monitoring page covering the load-factor concept (live utilization vs. estimated instance capacity), the metric families behind it, import and panel-reading guidance, and limitations.
Resolves DOC-1381.
Key content decisions (all source-verified; see the delta review on DOC-1381)
vectorized_*series exclusively (112 refs, zeroredpanda_*in the JSON) — the public-metrics variant was an unshipped stretch goal (Stephan Dollberg, ENG-540 2026-06-29). Customers scraping only/public_metricscan't use it without adding internal-endpoint scraping.enable_host_metricsfacts (defaulttrue, restart required, tunable) verified at thev26.2.1-rc3tag;instance_metrics.ccconfirmed present in the release.instance_*/host_metrics_info/io_queue_config_*reference entries arrive via the 26.2 metrics regen (avoiding the regen-clobber problem).load_factormetric exists — stated explicitly with a NOTE, since the feature title suggests otherwise.single-load-factor.jsonfrom the redpanda repo. @travis-downs pinged on DOC-1381 (2026-07-21); adjust if it ships via a published bundle or Console instead.Cloud
Self-Managed only by verified scope (ENG-908 Cloud UI indicator unbuilt; cloudv2 has zero load-factor surface). The Cloud twin is DOC-2315. This page is not single-sourced, so no env gating is needed.
Preview pages
Checks
🤖 Generated with Claude Code