apm-agent-dotnet icon indicating copy to clipboard operation
apm-agent-dotnet copied to clipboard

Enable Entity Framework interceptor in the profiler

Open gregkalapos opened this issue 1 year ago • 0 comments

Currently our EF instrumentation is based on an interceptor, and that's not turned on in the profiler-setup. The result is that database calls through EF6 aren't captured as spans.

Current status

The only way to enable EF6 monitoring is to either change the web.config file or manually hook it up via code.

The gaol of this issue

Make sure the Ef6Interceptor is turned on with the profiler and DB calls via EF6 are captured without any code (or config file) change.

gregkalapos avatar Nov 15 '22 21:11 gregkalapos