Update installation documentation for Robusta#1999
Conversation
- Clarify that Robusta works with any observability stack (DataDog, NewRelic, Prometheus, SolarWinds, etc.) - Update Robusta + Prometheus description to highlight it's for new environments without existing observability
Users installing Robusta + Prometheus now have a clear step to add enablePrometheusStack: true to their generated_values.yaml file.
|
✅ Docker image ready for
Use this tag to pull the image for testing. 📋 Copy commandsgcloud auth configure-docker us-central1-docker.pkg.dev
docker pull us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:7f7156c
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:7f7156c me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:7f7156c
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:7f7156cPatch Helm values in one line: helm upgrade --install robusta robusta/robusta \
--reuse-values \
--set runner.image=me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:7f7156c |
WalkthroughThe PR updates Robusta's installation documentation to enhance clarity around Prometheus enablement and observability stack compatibility. It adds a new section with instructions for enabling the Prometheus stack in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@docs/setup-robusta/installation/index.rst`:
- Line 33: Remove the trailing whitespace at the end of the sentence "For brand
new environments without existing observability. Five minute setup. Great
default alerts." in docs/setup-robusta/installation/index.rst so the line ends
exactly with "alerts." with no extra spaces.
No description provided.