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
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