-
Notifications
You must be signed in to change notification settings - Fork 148
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
Release 6.5.0 #501
Release 6.5.0 #501
Conversation
ckadluba
commented
Dec 4, 2023
- Implemented Opt-in to TraceId enrichment for ASP.NET Core 5.0 logs - support in Serilog.Sinks.MSSqlServer #488: Support OpenTelemetry TraceId and SpanId as provided by Serilog core
- Include README in NuGet package
Run pr-validation-yml twice a month on the 1st and 15th day. This ensures we detect problems soon which do not arise from code changes but from changes in the environments, e.g. changes on the actions runner agents, removed dependencies on nuget.org and things like that.
Added the new standard columns TraceId and SpanId for OpenTelemetry tracing. Those columns are by default not enabled and must be added to the ColumnOptions.Store property to use them (for backwards compatibility). If the columns are activated, the corresponding OpenTracing log event properties from Serilog will be written to those columns (serilog/serilog#1955).
Added OpenTelemetry TraceId and SpanId
Release 6.5.0
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |