DOC-1381: Add Load Factor dashboard monitoring page (26.2)#1815
Open
Feediver1 wants to merge 2 commits into
Open
DOC-1381: Add Load Factor dashboard monitoring page (26.2)#1815Feediver1 wants to merge 2 commits into
Feediver1 wants to merge 2 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. |
Contributor
|
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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