Skip to content

Conversation

@pavangudiwada
Copy link
Contributor

No description provided.

@pavangudiwada pavangudiwada requested a review from aantn September 9, 2025 09:42
@coderabbitai
Copy link

coderabbitai bot commented Sep 9, 2025

Walkthrough

Documentation updates reorient HolmesGPT guidance toward Robusta Helm chart configuration, add a new HolmesGPT docs page, adjust links and “Next Steps” items, and add AI analysis references. Index now points to the internal HolmesGPT docs. No code or API changes.

Changes

Cohort / File(s) Summary of Changes
HolmesGPT Docs Content Updates
docs/configuration/holmesgpt/getting-started.rst, docs/configuration/holmesgpt/holmesgpt-docs.rst, docs/configuration/holmesgpt/main-features.rst
Shifted guidance to Helm-based configuration and data sources; added a new HolmesGPT docs page; updated links/labels; introduced Helm Configuration Reference; minor text edits in “Common Issues” and “Next Steps”.
Installation Pages Tweaks
docs/setup-robusta/installation/all-in-one-installation.rst, docs/setup-robusta/installation/extend-prometheus-installation.rst, docs/setup-robusta/installation/standalone-installation.rst
Formatting cleanups, added bullets referencing AI-powered analysis/configuration, and wording updates about AI analyzing multiple data sources.
Docs Index Update
docs/index.rst
Replaced external HolmesGPT link with internal page reference.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • aantn
  • arikalon1

Pre-merge checks (1 passed, 1 warning, 1 inconclusive)

❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Description Check ⚠️ Warning There is no pull request description provided to explain the purpose or details of the documentation updates, so reviewers lack context on why these changes are necessary or what parts of the documentation are affected. Please add a concise description summarizing that this PR updates the HolmesGPT docs to emphasize Helm chart configuration, refreshes links to data source and configuration references, and updates “Next Steps” guidance and toctree entries.
Title Check ❓ Inconclusive The current title “Updated to clarify HolmesGPT references from Robusta” is generic and does not clearly convey the main change, which is updating documentation to focus HolmesGPT configuration guidance around the Robusta Helm chart and related links. It lacks specificity on which docs were updated and what the user impact is, making it difficult for reviewers to quickly understand the scope of the changes. Consider revising the title to explicitly mention the documentation context and the use of Helm charts, for example: “docs: clarify HolmesGPT configuration and data source links using Robusta Helm chart.”
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch holmesgpt-specific-docs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Collaborator

@aantn aantn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Nice work.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
docs/setup-robusta/installation/standalone-installation.rst (1)

16-16: Fix wrong anchor label for all-in-one install.

The defined label is install-all-in-one (see all-in-one page). Current link targets install-with-prometheus which likely doesn’t exist.

-   If you're looking for standalone open source monitoring, you should install Robusta with Prometheus using the :ref:`all-in-one installation <install-with-prometheus>` instead.
+   If you're looking for standalone open source monitoring, you should install Robusta with Prometheus using the :ref:`all-in-one installation <install-all-in-one>` instead.
docs/configuration/holmesgpt/getting-started.rst (1)

126-133: Add missing Helm values and template support for HolmesGPT Bedrock options

  • In helm/robusta/values.yaml, declare defaults for the holmes block:
    holmes:
      enablePostProcessing: false
      additionalEnvVars: []
  • In helm/robusta/templates/runner.yaml (around line 105), wrap post-processing logic in an if .Values.holmes.enablePostProcessing block and inject .Values.holmes.additionalEnvVars as environment variables.
🧹 Nitpick comments (5)
docs/configuration/holmesgpt/main-features.rst (1)

77-78: Clarify Helm-first guidance inline.

The parenthetical “(use Robusta Helm Chart configuration method)” is easy to miss. Consider linking to the internal HolmesGPT docs hub for Helm-first context.

-* `Available Data Sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ - See all supported integrations (use Robusta Helm Chart configuration method)
+* `Available Data Sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ - See all supported integrations (configure via Helm; see :doc:`HolmesGPT Docs </configuration/holmesgpt/holmesgpt-docs>`)
docs/setup-robusta/installation/standalone-installation.rst (1)

10-10: Minor copy tweak (optional).

Hyphenate “AI-powered” for consistency across docs.

-... for comprehensive AI-powered investigation and automation capabilities.
+... for comprehensive AI-powered investigation and automation capabilities.

(No change if you already standardize elsewhere.)

docs/configuration/holmesgpt/getting-started.rst (1)

174-175: Helpful pointer; consider adding an internal cross-link.

Add a quick link to the internal HolmesGPT docs hub alongside the external data-sources page.

-   - Enable additional data sources in `HolmesGPT data sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ (follow Helm chart configuration examples)
+   - Enable additional data sources in `HolmesGPT data sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ (follow Helm chart configuration examples; see also :doc:`HolmesGPT Docs </configuration/holmesgpt/holmesgpt-docs>`)
docs/configuration/holmesgpt/holmesgpt-docs.rst (2)

1-2: Add a label so other pages can :ref: this hub page.

This enables stable intra-doc links.

+.. _holmesgpt-docs:
+
 HolmesGPT Documentation
 ========================

13-15: Scope the “advanced settings” phrasing.

Consider clarifying that the Helm Configuration Reference is hosted on holmesgpt.dev and is the canonical source, to reduce duplication expectations in Robusta docs.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d169b2b and 779760c.

📒 Files selected for processing (7)
  • docs/configuration/holmesgpt/getting-started.rst (2 hunks)
  • docs/configuration/holmesgpt/holmesgpt-docs.rst (1 hunks)
  • docs/configuration/holmesgpt/main-features.rst (1 hunks)
  • docs/index.rst (1 hunks)
  • docs/setup-robusta/installation/all-in-one-installation.rst (1 hunks)
  • docs/setup-robusta/installation/extend-prometheus-installation.rst (1 hunks)
  • docs/setup-robusta/installation/standalone-installation.rst (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: run_tests
  • GitHub Check: run_tests
  • GitHub Check: Deploy docs
🔇 Additional comments (4)
docs/configuration/holmesgpt/getting-started.rst (3)

46-49: Good call-out on Helm-first approach.

The note clearly steers users to Helm-based configuration. Looks good.


114-114: Azure token limit phrasing.

“Increase your deployment's token limit to at least 450K.” Double-check the exact Azure OpenAI UI wording (tokens per minute vs. context window vs. rate limits) to avoid confusion.

Please verify against current Azure OpenAI portal terminology.


182-183: Nice “Next Steps”.

The Helm Configuration Reference link is a good addition.

docs/index.rst (1)

75-78: Good internalization of HolmesGPT docs.

Pointing the AI Analysis section to the internal hub improves discoverability.

@pavangudiwada pavangudiwada merged commit 4a05432 into master Sep 9, 2025
8 checks passed
@pavangudiwada pavangudiwada deleted the holmesgpt-specific-docs branch September 9, 2025 14:55
@coderabbitai coderabbitai bot mentioned this pull request Oct 29, 2025
@coderabbitai coderabbitai bot mentioned this pull request Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants