-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update take_action.md #36562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update take_action.md #36562
Changes from 1 commit
e4a8abd
6936bfe
825b1a4
70e8e98
89efe4f
9f0db47
20ea3cc
c87c390
5dfa0dc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,30 +4,34 @@ | |||||
| - /bits_ai/bits_ai_sre/remediate_issues/ | ||||||
| --- | ||||||
|
|
||||||
| ## Suggested code fixes from the Bits AI Dev Agent | ||||||
| {{< callout url="http://datadoghq.com/product-preview/bits-ai-sre-pilot-features" >}} | ||||||
| Suggested code fixes from the Bits AI Dev Agent is in Preview. Click <strong>Request Access</strong> to join the Preview program. | ||||||
| {{< /callout >}} | ||||||
| After Bits AI SRE identifies a root cause, it can help you take action in three ways: | ||||||
|
|
||||||
| After Bits AI SRE helps you identify a root cause, it can also help you take action as quickly as possible. | ||||||
| - Code Fixes help resolve code-related root causes. | ||||||
| - Remediation Recommendations provide corrective steps and fully configured commands. | ||||||
| - Triage Suggestions help coordinate the response through connected tools. | ||||||
|
|
||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Minor: "has determined" could be present tense for consistency with the rest of the page.
Suggested change
|
||||||
| Bits AI SRE integrates with [Bits AI Dev Agent][2] to automatically generate code fixes. The Dev Agent connects to GitHub to create production-ready pull requests, iterates on fixes using CI logs and developer feedback, and uses multiple Datadog products to generate contextual fixes. | ||||||
| 1. [Set up the Bits AI Dev Agent][1]. Then, after Bits AI SRE has determined a code-related root cause, you will automatically receive suggested code fixes. | ||||||
| 1. Ask Bits AI Dev Agent to make any additional updates as needed, create a pull request for review in GitHub, and merge when ready to fix the underlying problem. | ||||||
| ## Code Fixes | ||||||
|
akethini321 marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| Bits AI SRE integrates with [Bits AI Dev Agent][2] to automatically generate code fixes. The Dev Agent connects to GitHub or GitLab to create production-ready pull requests and iterates on fixes using CI logs and developer feedback, and uses multiple Datadog products to generate contextual fixes. | ||||||
|
akethini321 marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| To start receiving code fixes, [set up the Bits AI Dev Agent][1]. Then, if Bits AI SRE has determined a code-related root cause, you will automatically receive suggested code fixes. | ||||||
|
akethini321 marked this conversation as resolved.
Outdated
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Avoid temporal "will" — docs should be evergreen. Use present tense.
Suggested change
|
||||||
|
|
||||||
| {{< img src="bits_ai/bits_ai_sre_suggested_code_fix.png" alt="Flowchart showing Bits' investigation conclusion and a suggested code fix" style="width:100%;" >}} | ||||||
|
|
||||||
| ## Run triage actions via chat | ||||||
| From chat, you can trigger triage actions without leaving the investigation workflow. | ||||||
| ## Remediation Recommendations | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing blank line between the |
||||||
|
|
||||||
|
akethini321 marked this conversation as resolved.
Outdated
|
||||||
| Bits AI SRE will recommend corrective steps when applicable for the root cause. These recommendations can include commands that are fully configured, so you can copy them and run in your CLI. For example, Bits AI SRE may provide a `kubectl` command to restart or patch an affected Kubernetes deployment. | ||||||
|
akethini321 marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| Supported actions include: | ||||||
| - Sending Slack and Microsoft Teams messages | ||||||
| - Creating incidents in Datadog and PagerDuty | ||||||
| Review each recommendation and command before running it in your environment. | ||||||
|
|
||||||
| ## Triage Suggestions | ||||||
| Triage Suggestions help you coordinate the response without leaving the investigation page. Bits uses investigation context to prefill messages, incident descriptions, or ticket metadata, so you can take common response tasks with a single click. | ||||||
|
akethini321 marked this conversation as resolved.
Outdated
|
||||||
|
|
||||||
| Suggestions include but are not limited to | ||||||
|
akethini321 marked this conversation as resolved.
Outdated
|
||||||
| - Sending Slack messages to update your team on the investigation results | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The previous version of this list also included Microsoft Teams messages, PagerDuty incidents, and Datadog Case Management cases. Was dropping those intentional? If they're still supported, the shorter list undersells what triage suggestions can do. |
||||||
| - Declaring incidents in Datadog | ||||||
| - Paging engineers via Datadog On-Call | ||||||
|
akethini321 marked this conversation as resolved.
Outdated
|
||||||
| - Creating cases in Datadog Case Management | ||||||
| - Opening Jira tickets | ||||||
|
|
||||||
| Bits AI SRE automatically pulls relevant context from the investigation and your connected integrations to prefill messages, incident descriptions, and ticket metadata. This reduces manual effort, ensures consistency, and accelerates response time. | ||||||
|
|
||||||
| [1]: /bits_ai/bits_ai_dev_agent/setup/ | ||||||
| [2]: /bits_ai/bits_ai_dev_agent | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence chains three verbs ("connects," "iterates," "uses") and runs to 30 words. Consider splitting:
"The Dev Agent connects to GitHub or GitLab to create production-ready pull requests. It iterates on fixes using CI logs and developer feedback and uses multiple Datadog products to generate contextual fixes."