You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
I have a WebAPI (the client) which consumes the WCF SOAP service.
I have installed this nuget on the WCF Service, and it tracks requests without a problem. everything seems to be working on the WCF Service side.
My problem is that the client's applicaton insights, doesn't show any dependencies. Only requests. I'm hoping this is just a missed configuration or something on my end. But I have setup normal app insights and had that working,
I then installed this WCF appInsights into the client, hoping it would track those dependencies.
I then upgraded the .NET Framework version to 4.6.2 since there were comments saying async method calls wouldn't get tracked properly, but were working in 4.6.2
I then made sure the WcfDependencyTrackingTelemetryModule was added to the client's applicationInsights.config file.
But still I get no dependency telemetry from any WCF service in this client app.
Edit: the WCF services are using NET.TCP
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a WebAPI (the client) which consumes the WCF SOAP service.
I have installed this nuget on the WCF Service, and it tracks requests without a problem. everything seems to be working on the WCF Service side.
My problem is that the client's applicaton insights, doesn't show any dependencies. Only requests. I'm hoping this is just a missed configuration or something on my end. But I have setup normal app insights and had that working,
I then installed this WCF appInsights into the client, hoping it would track those dependencies.
I then upgraded the .NET Framework version to 4.6.2 since there were comments saying async method calls wouldn't get tracked properly, but were working in 4.6.2
I then made sure the WcfDependencyTrackingTelemetryModule was added to the client's applicationInsights.config file.
But still I get no dependency telemetry from any WCF service in this client app.
Edit: the WCF services are using NET.TCP
The text was updated successfully, but these errors were encountered: