1
Answer

How to implement DiagnosticSource & Activity in .NET core?

.Net Developer

.Net Developer

7y
3.8k
1
I am looking for a sample which implements DiagnosticSource & Activity along with Hierarchical Request Id schema for HTTP correlation protocol
https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/HierarchicalRequestId.md
I tried with few things but not able to log all incoming & outgoing requests on every scenario.
Please help on this.
Answers (1)