-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add prerequisites and cross-references to AWS Lambda .NET docs #32477
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: lpimentel/apm-dotnet-fix-windows-link
Are you sure you want to change the base?
Add prerequisites and cross-references to AWS Lambda .NET docs #32477
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Preview links (active after the
|
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.
Claude Code Review: Reviewing for style guide compliance and documentation best practices.
d2293ca to
1a4fdd1
Compare
9a4474a to
ac00373
Compare
ac00373 to
dce60f4
Compare
1a4fdd1 to
0b1f029
Compare
ad02060 to
5778445
Compare
Add a Prerequisites section to help users understand Lambda-specific requirements before they begin setup. Add Configuration and Troubleshooting sections with cross-references to main APM docs. Key additions: - Prerequisites section explaining Lambda-specific differences - Links to .NET Core compatibility requirements - Links to main .NET Core APM docs for background concepts - Configuration section with Lambda-specific notes - Troubleshooting section with diagnostic tool references This improves navigation between Lambda-specific docs and foundational APM documentation, helping users understand how Lambda differs from traditional host-based setups. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Change "Before instrumenting" to "Before you begin" for direct language - Clarify NuGet version must match Lambda layer version - Remove "you're" contraction per style guide - Replace "traditional host-based" with specific deployment types - Clarify environment variable configuration location 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5778445 to
e7475f2
Compare
0b1f029 to
1881ff0
Compare

What does this PR do? What is the motivation?
Adds a Prerequisites section and improves cross-referencing between the AWS Lambda .NET documentation and the main .NET Core APM docs.
Changes:
Motivation:
Users coming to the Lambda documentation often lack context about .NET tracing in general or miss important Lambda-specific configuration differences. Similarly, users who land on the main .NET Core docs might be deploying to Lambda but not realize they need different setup instructions. This PR creates better navigation between these related docs and sets proper expectations upfront.
Merge instructions
Merge readiness:
For Datadog employees:
Your branch name MUST follow the
<name>/<description>convention and include the forward slash (/). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.
Additional notes
This PR complements the decision tree changes in #32476 by ensuring users who reach the Lambda docs understand the prerequisites and can easily navigate back to general .NET tracing docs for conceptual understanding.