-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Adding process log enricher documentation #49070
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
Conversation
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.
Pull Request Overview
This PR adds documentation for the process log enricher functionality in .NET, introducing comprehensive guidance on how to use the process enricher to augment telemetry logs with process-specific information such as process ID and thread ID.
Key changes:
- Added new documentation article explaining process log enricher usage and configuration
- Created example code snippets demonstrating integration with host builder and dependency injection
- Updated table of contents to include the new enrichment section
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/navigate/tools-diagnostics/toc.yml | Added new "Enrichment" section with process log enricher entry |
| docs/core/enrichment/process-log-enricher.md | Main documentation article explaining process enricher usage, configuration options, and examples |
| docs/core/enrichment/snippets/enrichment/Program.cs | Example console application demonstrating process enricher setup |
| docs/core/enrichment/snippets/enrichment/Log.cs | Helper class with LoggerMessage attribute for sample logging |
| docs/core/enrichment/snippets/enrichment/Enrichment.csproj | Project file with required NuGet package references |
|
I added an overview document and a custom enricher doc. please check |
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.
Getting closer for sure. Still a few areas that could use some attention.
I fixed the points you mentioned now. |
Summary
Describe your changes here.
Fixes #Issue_Number (if available)
Internal previews