microsoft / ApplicationInsights-ServiceFabric

ApplicationInsights SDK for ServiceFabric projects
MIT License
63 stars 26 forks source link

[Proposal] Add support for automatic telemetry (request and dependency) collection for service remoting #14

Closed nizarq closed 7 years ago

nizarq commented 7 years ago

Application Insights already has pretty good support for http based service communication. That is, application insights modules can automatically intercept http based communication and generate request and dependency telemetry.

In Service Fabric, however, it is pretty common for services to communicate over Service Remoting. The proposal is to add automatic AI telemetry collection of service remoting stack as well.

brahmnes commented 7 years ago

Now implemented with the new Correlating* classes.