Skip to content

yesmarket/Serilog.Enrichers.OpenTracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serilog.Enrichers.OpenTracing

Use this to enrich logs with OpenTracing context i.e. TraceId and SpanId.

Configure serilog is as follows;

"serilog": {
   "minimumLevel": { },
   "writeTo": [ ],
   "enrich": [ "WithOpenTracingContext" ]
}

To install from nuget;

Install-Package Serilog.Enrichers.OpenTracing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages