-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Updating docs after .NET10 Application Enricher update #49690
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: main
Are you sure you want to change the base?
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 static log enrichers and updates the application log enricher documentation to reflect the new .NET 10 API changes. The key changes include introducing the IStaticLogEnricher interface and documenting the transition from AddServiceLogEnricher to AddApplicationLogEnricher.
- Adds a new section documenting static log enrichers with
IStaticLogEnricherinterface - Updates application log enricher documentation with tabbed sections for .NET 10+ and .NET 9/earlier
- Replaces references to deprecated
AddServiceLogEnricherwith newAddApplicationLogEnrichermethod
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/core/enrichment/custom-enricher.md | Updates heading to include ILogEnricher interface name and adds new section on static log enrichers |
| docs/core/enrichment/application-log-enricher.md | Adds tabbed content to show both .NET 10+ and .NET 9/earlier API usage with deprecation warning |
|
One error, otherwise ship it: Caution docs/core/enrichment/application-log-enricher.md |
This error is there because the change is not out yet. |
Summary
Describe your changes here.
Fixes #49509
Internal previews