Add Prometheus Query API and Holmes Chat API documentation#2006
Add Prometheus Query API and Holmes Chat API documentation#2006
Conversation
Add documentation for two new API endpoints: - Prometheus Query API: Run PromQL queries against connected clusters - Holmes Chat API: Send questions to Holmes AI for root cause analysis https://claude.ai/code/session_01MLXAVw9RVcPfGyUhy1XeDQ
|
✅ 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:b916a73
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:b916a73 me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:b916a73
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:b916a73Patch 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:b916a73 |
WalkthroughAdds documentation pages for two new APIs—Prometheus Query API and Holmes Chat API—and updates the docs index and Robusta Pro features page to reference them. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
- Fix ask parameter to be mandatory in Holmes Chat API - Add API key generation instructions to Prometheus Query API - Add Holmes Chat API reference to Robusta Pro Features - Add markdown response handling examples for Holmes Chat API https://claude.ai/code/session_01MLXAVw9RVcPfGyUhy1XeDQ
Summary
This PR adds comprehensive API documentation for two new Robusta features: the Prometheus Query API and the Holmes Chat API. These are commercial features available in the Robusta SaaS platform and self-hosted commercial plans.
Key Changes
New Prometheus Query API Documentation (
docs/configuration/exporting/prometheus-query-api.rst)New Holmes Chat API Documentation (
docs/configuration/holmesgpt/holmes-chat-api.rst)Updated Navigation
docs/index.rstdocs/index.rstdocs/configuration/exporting/robusta-pro-features.rstto reference the new Prometheus Query APINotable Details
https://claude.ai/code/session_01MLXAVw9RVcPfGyUhy1XeDQ