ROB-463 Document optional cluster parameter in Send Events API#2108
ROB-463 Document optional cluster parameter in Send Events API#2108naomi-robusta wants to merge 1 commit into
Conversation
Document the new optional cluster webhook URL parameter, which overrides the cluster for the resulting alert investigation (and triggered workflows) instead of falling back to the payload cluster or the "external" default. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ru3h6bxtTvy7H9XViGKgqW
|
✅ 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:d6a5ecb
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:d6a5ecb me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:d6a5ecb
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:d6a5ecbPatch 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:d6a5ecb |
WalkthroughThe Send Events API documentation adds a ChangesSend Events API Docs
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Summary
Added documentation for the optional
clusterquery parameter in the Send Events API endpoint.Changes
clusterparameter documentation to the Query Parameters table in the Send Events API configuration guideexternalclusterDetails
This documentation clarifies an existing API capability, helping users understand how to properly route alerts from external monitoring systems that lack native cluster labeling support.
https://claude.ai/code/session_01Ru3h6bxtTvy7H9XViGKgqW