Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
c026e43
Update architecture and oss-vs-saas docs to reflect current commercia…
claude Feb 17, 2026
79ce066
Make HolmesGPT the primary focus of architecture and oss-vs-saas docs
claude Feb 17, 2026
3d914ed
Remove 'How It Works' section from architecture docs
claude Feb 17, 2026
06b69af
Move Robusta Classic footnote to architecture, trim Agent bullets, re…
claude Feb 17, 2026
78f922e
Update architecture diagram and align docs with new diagram
claude Feb 17, 2026
9ad548e
Remove cluster-specific wording from Platform section
claude Feb 17, 2026
9800b5f
Replace notification routing with HolmesGPT Slack/Teams bot mention
claude Feb 17, 2026
5a1476d
Reframe Platform description as SRE agent control center
claude Feb 17, 2026
7e9727f
Remove pro features link from Platform section
claude Feb 17, 2026
c8d88a0
Remove usage FAQ and revamp index page messaging
claude Feb 17, 2026
28d2c6d
Remove outdated FAQ entries about DataDog, NewRelic, and monitoring r…
claude Feb 17, 2026
5c2408f
Consolidate sidebar sections into Other Features
claude Feb 17, 2026
f05854e
Reorganize sidebar: HTTP APIs section, move Connect Metrics & CRDs
claude Feb 17, 2026
9d3e276
Remove stale Robusta Pro Features link, add Robusta Classic section
claude Feb 17, 2026
1acdbc2
Link data sources to holmesgpt.dev, update signup link and Classic wo…
claude Feb 17, 2026
bd25af2
Simplify main-features page and clean up getting-started prerequisites
claude Feb 17, 2026
388770d
Simplify getting-started, link to holmesgpt.dev with robusta-helm-cha…
claude Feb 17, 2026
daa4457
Clean up docs: trim getting-started, fix sidebar, update README, remo…
claude Feb 17, 2026
c9d3e83
Fix GitHub link to HolmesGPT repo, fix Other Features sidebar flattening
claude Feb 17, 2026
f3dfb0e
Fix Other Features sidebar: remove hidden toctrees from parent pages
claude Feb 17, 2026
e678dba
Fix architecture pages to appear in sidebar TOC hierarchy
claude Feb 17, 2026
c3525d0
Clean up README header and move nav links under What Can Robusta Do
claude Feb 17, 2026
4da0ac2
Add toctree to configuration/index.rst and trim oss-vs-saas text
claude Feb 17, 2026
1ce142e
Revert suppress_warnings to original value
claude Feb 17, 2026
71d5bc9
Fix RST heading underline length for cluster_name section
claude Feb 17, 2026
95e7df4
Fix Other Features sidebar nesting for Send Alerts to Robusta
claude Feb 17, 2026
fd08b54
Move toctree before section headings in configuration/index
claude Feb 17, 2026
5d6079c
Add toctrees for sidebar children and fix missing pages
claude Feb 17, 2026
bac2b26
Move LaunchDarkly under Track Config Changes to match master
claude Feb 17, 2026
e6dcbaf
Flatten Overview section: remove double Overview in sidebar
claude Feb 17, 2026
cde7191
Update OSS description: CLI and HTTP API, no web UI
claude Feb 17, 2026
1963af9
Update oss-vs-saas: remove pro link, CNCF sandbox, simplify classic
claude Feb 17, 2026
7416b8c
Rename AI Analysis section to SRE Agent
claude Feb 17, 2026
9084f97
Point Get Started button to signup page
claude Feb 17, 2026
75804f4
Add hidden toctree for metric provider child pages
claude Feb 17, 2026
b9d7a5c
Fix orphaned pages: add sinks/index and builtin-playbooks to toctrees
claude Feb 17, 2026
51e7f06
Merge remote-tracking branch 'origin/master' into claude/update-archi…
claude Feb 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/configuration/metric-providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ General Settings

Connect Robusta to your metrics backend to enable advanced features like alert enrichment with historical data, metric queries, and alert silencing. Metric provider integration is optional but highly recommended.

.. toctree::
:maxdepth: 1
:hidden:

metric-providers-in-cluster
metric-providers-external
metric-providers-azure
metric-providers-aws
metric-providers-google
metric-providers-coralogix
metric-providers-victoria
metric-providers-grafana-cloud


Why Configure a Metric Provider?
--------------------------------
Expand Down
1 change: 1 addition & 0 deletions docs/notification-routing/configuring-sinks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Defining Sinks
:maxdepth: 1
:hidden:

All Sinks <../configuration/sinks/index>
../configuration/sinks/slack
../configuration/sinks/ms-teams
../configuration/sinks/RobustaUI
Expand Down
1 change: 1 addition & 0 deletions docs/playbook-reference/defining-playbooks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Learn how to define Robusta playbooks.
.. toctree::
:maxdepth: 1

builtin-playbooks
creating-notifications
silencer-playbooks

Expand Down
Loading