Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for the EXTOBS0002 diagnostic warning, which is generated when developers use the obsolete AddServiceLogEnricher methods. The PR also updates related documentation to reflect the rename from "service log enricher" to "application log enricher" and updates code snippets to use the new AddApplicationLogEnricher API.
Key changes:
- Adds new diagnostic documentation file explaining the EXTOBS0002 warning and how to migrate to the new API
- Updates application log enricher documentation to use correct terminology and API methods
- Updates code snippets and examples to target .NET 10.0 and use the new
AddApplicationLogEnrichermethod - Fixes table formatting and comment punctuation in application metadata documentation
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/fundamentals/syslib-diagnostics/extobs0002.md | New diagnostic documentation explaining the obsolete AddServiceLogEnricher methods and migration path to AddApplicationLogEnricher |
| docs/core/enrichment/application-log-enricher.md | Updates all references from "service log enricher" to "application log enricher" and replaces obsolete method calls with new API |
| docs/core/enrichment/application-metadata.md | Fixes table formatting, improves comment punctuation in code samples |
| docs/core/enrichment/snippets/applicationlogenricher/Program.cs | Updates code to use AddApplicationLogEnricher instead of obsolete AddServiceLogEnricher |
| docs/core/enrichment/snippets/applicationlogenricher/applogenricher.csproj | Updates target framework to net10.0 |
| docs/core/enrichment/snippets/applicationlogenricher/appsettings.json | Configuration file for application log enricher example |
| docs/core/enrichment/snippets/applicationlogenricher/output-full.json | Example output showing enriched log data |
gewarren
commented
Dec 22, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
meaghanlewis
approved these changes
Dec 22, 2025
gewarren
commented
Dec 23, 2025
Co-authored-by: Meaghan Osagie (Lewis) <moneikmarie@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(Waiting until new API has been published.)
Contributes to #49870.
Internal previews