Jan 5, 2015 · 5 min read
Update (11/17/2015): package RuntimeTelemetry was renamed to Microsoft.ApplicationInsights.DependencyCollector and some class names and namespaces were changed correspondingly.
Jan 2, 2015 · 1 min read
Just integrated this blog with my twitter using ifttt. Subscribe to see updates @SergeyKanzhelev!
Jan 2, 2015 · 4 min read
I’ve already mentioned that Application Insights using http modules to track requests data.
Dec 28, 2014 · 3 min read
…and configuring Application Insights when you don’t have access to sources.
Dec 23, 2014 · 2 min read
I was trying to set up a temporary maven repository to share java libraries.
Dec 23, 2014 · 2 min read
I’ve already mentioned how to programmatically set instrumentation key and mentioned how to configure telemetry initializers.
Dec 19, 2014 · 2 min read
Sometimes you want to check that telemetry data is collected by Application Insights SDK and being sent to the endpoint.
Dec 4, 2014 · 1 min read
On vacation for couple weeks… Leave a comment if you like this blog and want me to keep posting after vacation.
Dec 2, 2014 · 2 min read
Application Insights Web Nuget registers itself as http module to hook up in IIS request processing pipeline and start collecting requests information.
Dec 1, 2014 · 4 min read
Application Insights .NET SDK has number of extensibility points. One of them is called telemetry initializer.