Add ADR-0006: Error monitoring uses Datadog-native capabilities#6
Open
Add ADR-0006: Error monitoring uses Datadog-native capabilities#6
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new Architecture/Engineering Decision Record documenting the intent to standardize error monitoring and automated triage on Datadog-native features (Error Tracking, Watchdog, Workflows) instead of deploying a separate lfx-error-monitor service that duplicates the existing CloudWatch→Datadog log pipeline.
Changes:
- Introduces ADR-0006 describing Datadog-native error detection, grouping, and workflow automation as the required approach.
- Explicitly prohibits deploying custom services that independently poll CloudWatch logs when those logs are already forwarded to Datadog.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Proposes using Datadog Error Tracking, Watchdog, and Workflows for automated error detection and triage instead of deploying a custom lfx-error-monitor service. CloudWatch logs already flow to Datadog, making a separate polling service redundant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Rudy Grigar <rgrigar@linuxfoundation.org>
8fba5c4 to
4643d0d
Compare
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.
Summary
Proposes using Datadog Error Tracking, Watchdog, and Workflows for automated error detection and triage instead of deploying the custom
lfx-error-monitorservice.CloudWatch logs already flow to Datadog — a separate service that polls CloudWatch, runs logs through Claude/LiteLLM, and maintains its own Postgres state duplicates an existing pipeline.
Related PRs to discuss before merge:
🤖 Generated with Claude Code