fix: exclude EventStream RPC from OtelDemoGRPCClientErrorRate alert rule - #508
Open
nudgebee-dev[bot] wants to merge 3 commits into
Open
fix: exclude EventStream RPC from OtelDemoGRPCClientErrorRate alert rule#508nudgebee-dev[bot] wants to merge 3 commits into
nudgebee-dev[bot] wants to merge 3 commits into
Conversation
Exclude the `EventStream` RPC method from the `OtelDemoGRPCClientErrorRate` alert expression in `otel-demo-alerts.yaml` to prevent false-positive alert noise caused by transient stream sync errors during pod startup and rollouts.
Author
Nudgebee Change GatePass
Based on Nudgebee rightsizing recommendations and incident investigations from the last 30 days. |
…am-rpc-from-grpc-alert-1787822183
Author
Nudgebee Change Gate✅ Pass
Based on Nudgebee rightsizing recommendations and incident investigations from the last 30 days. |
…am-rpc-from-grpc-alert-1787822183
Author
Nudgebee Change GatePass
Based on Nudgebee rightsizing recommendations and incident investigations from the last 30 days. |
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
The
OtelDemoGRPCClientErrorRatealert was triggered by theadservice (deployment/ad) following a deployment rollout. During startup, the OpenFeatureFlagdProviderattempts to subscribe to theflagd.evaluation.v2.Service/EventStreamgRPC endpoint onflagd:8013. Transient stream sync failures during container initialization resulted in an observed 100% client error rate on theEventStreamRPC metric (rpc_client_duration_count) over the 2-minute aggregation window.To eliminate false-positive alert noise caused by transient background stream subscriptions during pod startup and workload rollouts, the alert expression in
deploy/kubernetes/sample-app/alerts/otel-demo-alerts.yamlhas been updated to exclude theEventStreamRPC method (rpc_method!="EventStream").Original Error/Logs
Click to expand the original error that triggered this fix
Merge Requirements
For new features contributions, please make sure you have completed the following
essential items:
CHANGELOG.mdupdated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.
🤖 This PR was automatically generated by NudgeBee AI coding agent
Powered by AI-driven code analysis and automated fix generation
🔍 View Original Investigation
Click the link above to see the full investigation and analysis that led to this fix
View Detailed Nubi Conversation
This change was not verified by an automated build (all affected modules were skipped (toolchain or dependencies unavailable in this environment)). Review accordingly.