OpenTracing support

Posts   
 
    
GunnarIngi
User
Posts: 1
Joined: 31-May-2018
# Posted on: 31-May-2018 00:25:04   

Hi! Does llbl have a plan to support a tracing api like opentracing? Or is it possible for me to somehow to implement custom tracing by hooking to some tracing event, or something, with in the LLBL framework by not using the system.diagnostics tracers?

My goal is to trace performance in a distributed application by using something like the opentracing api and to create a span for each database call.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 31-May-2018 08:35:17   

LLBLGen writes the logs using System.Diagnostics.* . You can intercept and use this information using Trace Listeners ( https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/trace-listeners ).

David Elizondo | LLBLGen Support Team