Skip to content
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

ApplicationInsights on Owin Self-Host (dependency call tracking) #1400

Closed
reachravig opened this issue Aug 3, 2018 · 3 comments
Closed

ApplicationInsights on Owin Self-Host (dependency call tracking) #1400

reachravig opened this issue Aug 3, 2018 · 3 comments
Labels

Comments

@reachravig
Copy link

We are using ApplicationInsights on Owin Self-Host application, the dependency calls are getting tracked in SDK version 2.2 and 2.3 anything above 2.3 is not working.

@cijothomas
Copy link
Contributor

@reachravig Thanks for opening this on Github!
Can you post a sample code snippet which makes http calls?

Please tell us the version of System.Diagnostics.DiagnosticSource you are using?
Please confirm the .NET Framework or .NET Core version?

(
2.4 onwards, the default dependency collection mechanism has changed from EventSource to DiagnosticSource based. So your issue must have got something to do with that. Can you try to use the latest SDK, but with the DependencyTrackingTelemetryModule configured with DisableDiagnosticSourceInstrumentation = true. This will help us to narrow down the issue.
)

@reachravig
Copy link
Author

@cijothomas
"System.Diagnostics.DiagnosticSource" version="4.4.0" targetFramework="net461"
it's .NET Framework 4.6.1
I can try with the latest SDK, with the DependencyTrackingTelemetryModule configured with DisableDiagnosticSourceInstrumentation = true, and will share the results.
I have emailed you the code and repo.

@TimothyMothra TimothyMothra transferred this issue from microsoft/ApplicationInsights-dotnet-server Dec 4, 2019
@github-actions
Copy link

This issue is stale because it has been open 300 days with no activity. Remove stale label or comment or this will be closed in 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants