File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 30
30
31
31
If you are new here, please read the getting started docs:
32
32
33
- * Logs: [ ASP.NET Core] ( ./docs/logs/getting-started-aspnetcore/README.md ) | [ Console] ( ./docs/logs/getting-started-console/README.md )
33
+ * [ Logs] ( ./docs/logs/README.md ) : [ ASP.NET
34
+ Core] ( ./docs/logs/getting-started-aspnetcore/README.md ) |
35
+ [ Console] ( ./docs/logs/getting-started-console/README.md )
34
36
* Metrics: [ ASP.NET Core] ( ./docs/metrics/getting-started-aspnetcore/README.md ) |
35
37
[ Console] ( ./docs/metrics/getting-started-console/README.md )
36
38
* Traces: [ ASP.NET Core] ( ./docs/trace/getting-started-aspnetcore/README.md ) |
Original file line number Diff line number Diff line change @@ -156,7 +156,8 @@ to learn more.
156
156
157
157
## Log Correlation
158
158
159
- In OpenTelemetry, logs are automatically correlated to traces. Check the [ Log
159
+ In OpenTelemetry, logs are automatically correlated to
160
+ [ traces] ( ../trace/README.md ) . Check the [ Log
160
161
Correlation] ( ./correlation/README.md ) tutorial to learn more.
161
162
162
163
## Log Enrichment
165
166
166
167
## Log Filtering
167
168
168
- Check the [ Customizing OpenTelemetry .NET SDK for
169
- Logs] ( ./customizing-the-sdk/README.md#log-filtering ) document to learn more.
169
+ The [ Customizing OpenTelemetry .NET SDK for
170
+ Logs] ( ./customizing-the-sdk/README.md#log-filtering ) document has provided
171
+ instructions for basic filtering based on logger category name and severity
172
+ level.
173
+
174
+ For more advanced filtering and sampling, the .NET team has a plan to cover it
175
+ in .NET 9 timeframe, please use this [ runtime
176
+ issue] ( https://github.com/dotnet/runtime/issues/82465 ) to track the progress or
177
+ provide feedback and suggestions.
170
178
171
179
## Log Redaction
172
180
You can’t perform that action at this time.
0 commit comments