-
Notifications
You must be signed in to change notification settings - Fork 46
Add comprehensive Data Investigation and Incident Response guides #82
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
Add comprehensive Data Investigation and Incident Response guides #82
Conversation
CLA was signed ages ago :( I don't know why it doesn't pick it up |
What is the recommended way to test those changes? Do we perhaps have any incidents somewhere we can faux-troubleshoot? |
Just a hunch, but maybe GitHub was unable to map the commit to your account?
|
I signed the CLA last week again and now again, but it doesn't update it. I tried Github's instructions to link my account to the CLA somehow, but it doesn't work (as my account seems to be linked, but the CLA isn't?). Maybe I'll just re-commit? |
Hmm. I am equally stumped. @christian-kreuzberger-dtx, do you have the option to merge despite the CLA check being weird? |
I opened a ticket/but with Github - although I signed the CLA multiple times now, it still shows at 'not signed'. |
ec55215
to
773a275
Compare
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.
LGTM
- Renamed files to follow 'Dynatrace' + camelCase convention: - incidentResponse.md → DynatraceIncidentResponse.md - INVESTIGATION_CHECKLIST.md → DynatraceInvestigationChecklist.md - dataInvestigation.md → DynatraceDataInvestigation.md - Reorganized files into logical folder structure: - Created reference/ folder for technical documentation - Created workflows/ folder for analysis workflows - Created workflows/dataSourceGuides/ for data analysis guides - Updated all internal links and cross-references to use new file names - Updated README.md with new file structure and workflow mappings - Fixed Mermaid diagram rendering issues - Applied Prettier formatting to all markdown files This creates a consistent, professional naming convention and better organized documentation structure for the agent rules.
773a275
to
e5adf31
Compare
See commit message for details