Commit Graph

103 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 8df7670dd1
[docs] Nullable annotations (#5900) 2024-10-14 09:09:59 -07:00
Mikel Blanchard 2710c427f0
Move LoggerProvider and friends (OTEL1000) to a stable API (#5648) 2024-06-05 16:06:17 -07:00
Reiley Yang 498b0d00a1
[docs] Remove MD033 workaround (#5638) 2024-05-21 11:03:47 -07:00
Reiley Yang c2558da11f
[docs-logs] Use struct in the complex type logging demo (#5577)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2024-04-30 10:03:10 -07:00
Reiley Yang 36ceb2efe2
[Doc] provide recommendation on log scopes (#5549)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2024-04-18 10:05:09 -07:00
Reiley Yang af57ae8787
Docs - best practices for ILogger.IsEnabled (#5459) 2024-03-19 16:05:01 -07:00
Reiley Yang df2abe8c0a
Improve log filter example (#5406) 2024-03-05 15:52:07 -08:00
Reiley Yang 97404a2ebd
Clarify the recommendation regarding log category name (#5405) 2024-03-01 15:14:49 -08:00
Mikel Blanchard e4b08ac152
[docs-logging] Add a logging doc for showing how to set up a dedicated pipeline for specific logs (#5356) 2024-02-15 12:48:15 -08:00
Reiley Yang a1207550af
[repo] Bump Microsoft.Extensions.Telemetry.Abstractions to 8.2.0 (#5362)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2024-02-15 09:53:16 -08:00
Reiley Yang f6c31f31e3
[Editorial] Update the docs based on Copilot review feedback (#5332) 2024-02-09 12:02:37 -08:00
Reiley Yang 5ac06dd20a
Clean up guidance docs (#5329) 2024-02-08 11:43:28 -08:00
Reiley Yang bace882971
[Editorial] add ToC to logging/metrics docs (#5298) 2024-01-31 16:33:48 -08:00
Reiley Yang 98f687335e
Improve metrics docs (#5279)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2024-01-29 16:11:00 -08:00
Reiley Yang 512c7dcbf1
Link to .NET 9 log filter plan (#5267)
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2024-01-26 18:34:04 -08:00
Reiley Yang 3fb2ec50d0
Log correlation/redaction doc improvements (#5262)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2024-01-26 13:45:25 -08:00
Reiley Yang 3b8cee7669
[docs] Logger management guidance (#5249)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2024-01-25 10:02:54 -08:00
Reiley Yang 6f753f623a
Remove ILogger scope from the ASP.NET Core logging getting started doc (#5254) 2024-01-25 09:57:00 -08:00
Mikel Blanchard 0a77cc3cce
[docs] Avoid duplicate ToString calls in redaction log processor (#5248) 2024-01-23 16:46:24 -08:00
Reiley Yang eab0a7c367
Docs - logging best practice (#5246) 2024-01-23 13:59:44 -08:00
Reiley Yang ca051e2b02
Minor docs tweak (#5235)
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2024-01-22 13:54:42 -08:00
Luiz Lelis 89e538293b
docs: `resource-detector` should not be tied to tracing (#5188)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
2024-01-17 17:29:33 -08:00
Reiley Yang c78363211e
Use GFM NOTES syntax (#5219) 2024-01-12 15:17:10 -08:00
Reiley Yang b9d09bee5c
Update docs for complex object logging (#5217) 2024-01-12 14:36:40 -08:00
Reiley Yang 1b4f231e2e
Complex object logging example (#5214) 2024-01-11 18:38:48 -08:00
Reiley Yang 57ee852470
Simplify copyright disclaimer (#5140) 2023-12-07 10:04:56 -08:00
Cijo Thomas 0bc3bdc7ff
Fixed resource readme to reflect actual default (#5045) 2023-11-13 13:25:42 -08:00
Dan Nelson 00750ddcca
Fix broken links (#5033) 2023-11-09 10:21:01 -08:00
Reiley Yang c257ba598d
Minor clean up for console logging doc (#4949) 2023-10-16 20:38:29 -07:00
Reiley Yang 18c85fa403
Bump Microsoft.Extensions.Logging to net8 - part 2 (#4933) 2023-10-13 12:22:35 -07:00
Reiley Yang eaf1d88021
Update examples to support net8.0 (#4902) 2023-10-06 16:16:23 -07:00
Reiley Yang 043272e6d5
Clean up TFMs for docs (#4904)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2023-09-29 14:11:30 -07:00
Reiley Yang a09b623992
Improve the README of console logging example (#4901) 2023-09-28 21:31:20 -07:00
Reiley Yang c03ee85a74
Minor cleanup (#4899) 2023-09-28 20:46:21 -07:00
Reiley Yang aeca53949a
Improve the logging tutorial by clarifying DI vs. exlicit logging pipeline (#4897) 2023-09-28 16:53:33 -07:00
Reiley Yang bc1badf3ae
Update more examples to align with the recommended path (#4886) 2023-09-26 22:19:38 -07:00
Reiley Yang 535c81912b
Improve console logging example by explaining more about Dispose (#4869) 2023-09-21 13:39:18 -07:00
Reiley Yang 7eb3e7322e
Align console logging example with ASP.NET Core logging example (#4855) 2023-09-18 11:37:36 -07:00
Utkarsh Umesan Pillai fe78453c03
Update docs projects (#4853) 2023-09-14 22:15:56 -07:00
Reiley Yang e9d0e2b035
Add ASP.NET Core logging example (#4821) 2023-09-14 17:44:29 -07:00
Vishwesh Bankwar 2adcf43079
[Otlp Readme]Add notes for configuring logging for different types of apps (#4806) 2023-08-28 18:02:37 -07:00
Reiley Yang a76564e33b
Improve logging getting-started example for console applications (#4740) 2023-08-03 17:26:05 -07:00
jarosal 06b0a065ee
Update docs to use filescoped namespaces (#4715) 2023-07-27 18:01:13 -07:00
Cijo Thomas 1510b76634
Update Log correlation doc to reflect removal of TraceState population (#4498) 2023-05-17 11:50:23 -04:00
Luiz Lelis fea6793a55
Clean up package version definitions using Directory.Packages.props (#4298)
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-05-09 09:35:05 -07:00
Mikel Blanchard acbf10aa57
[sdk.logging] More consistent handling of StateValues/Attributes (#4334) 2023-04-20 10:23:58 -07:00
Cijo Thomas 07bbdeae11
Better warning about ilogger setup in asp.net core (#4188) 2023-02-14 18:09:25 -05:00
Reiley Yang 5680f837e2
Encourage best practices in the logging tutorial (#4094) 2023-01-26 21:23:00 -05:00
Mikel Blanchard bb0c381478
[docs] ASP.NET Core tracing get started doc (#4076)
* Added ASP.NET Core tracing get started doc.

* Link to reference.

* Lint.

* Fixes.

* Use cdn to retrieve npm dependencies.

* Tweaks.

* Tweaks.

* Code review.

* Added prerelease note.

* Tweak.

Co-authored-by: Reiley Yang <reyang@microsoft.com>
2023-01-17 13:46:13 -08:00
Utkarsh Umesan Pillai 3157b5ce12
Remove unnecessary using statements (#4023)
* Remove unnecessary using statements from docs, examples, benchmarks and stress tests
2022-12-20 11:20:15 -08:00