Thursday 28 May 2015

Adventures in Application Insights - Part 1

If, like I was, you’re struggling to get anything out of Azure Application Insights, I hope to be of some help.

It all started well enough – I added App Insights to a web app, this setup the ApplicationInsights.config file for me and boom, I had some data in App Insights on the web. Then I wanted to write a custom event to the cloud so I added the following code into the app…

  var tc = new TelemetryClient();
  tc.TrackEvent("Testing");
  tc.Flush();

I ran my app and imagine my dismay when nothing happened. I checked around in blog posts, looked at the official documentation, tried a bunch of things – but stubbornly the above lines of code simply didn’t want to work for me.

Instrumenting a Console App

The web project I’m adding this to isn’t the simplest, so rather than hack it around too much I then decided to create a simple Console App and debug through it to see what was happening. Here it is in its entirety…

using Microsoft.ApplicationInsights;
namespace ConsoleApplication3
{
    class Program
    {
        static void Main(string[] args)
        {
            var tc = new TelemetryClient();
            tc.TrackEvent("Testing");
            tc.Flush();
        }
    }
}

Not a great deal going on there! Having seen the ApplicationInsights.config file in the other project I added one to my console app too – well, I copied it from the web app to be fair. I ran the app and once again – nothing. At that point I decided it was time to do some debugging – but I couldn’t find symbols for Microsoft.ApplicationInsights.dll (and others from the App Insights stable), so I dragged out my trusty copy of Reflector and created some. If you didn’t already know, Reflector can generate missing PDB’s for you, it’s cooler than a penguins chilly bits and well worth the cost.

With a .pdb in hand I then stepped into the TrackEvent method and further down the call chain until I got to this point in the code…

[EditorBrowsable(EditorBrowsableState.Never)]
public void Track(ITelemetry telemetry)
{
  if (this.IsEnabled()
  {
    string instrumentationKey = this.Context.InstrumentationKey;
    if (string.IsNullOrEmpty(instrumentationKey))
    {
      instrumentationKey = this.configuration.InstrumentationKey;
    }
    if (!string.IsNullOrEmpty(instrumentationKey))
  ...

When I inspected the instrumentationKey it was empty - and this indicated to me that despite having an ApplicationInsights.config file, this wasn't actually being picked up. A quick look on disk and I saw that the file wasn't in the same directory as my .exe, so I went back to the app and set the properties of the file as shown below...

The main thing to note is that I changed Copy To Output Directory. With that altered I ran the app again and this time Boom, it threw an exception…

Drilling down on the exception the root cause was this…

{"Type 'Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry.RemoteDependencyModule, Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry' could not be loaded."}

The Config File

This alerted me to the content of the .config file that I'd blatantly copied and pasted from the web project, and opening it up it was evident what was happening - I'd 'told' it to load some types that didn't exist in my simple console app - or rather, the file I copied across included a bunch of types that were not referenced...

<?xml version="1.0" encoding="utf-8"?>
<?XML:NAMESPACE PREFIX = "[default] http://schemas.microsoft.com/ApplicationInsights/2013/Settings" NS = "http://schemas.microsoft.com/ApplicationInsights/2013/Settings" /><applicationinsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings">
  <!-- 
    Learn more about Application Insights configuration with ApplicationInsights.config here: 
    http://go.microsoft.com/fwlink/?LinkID=513840
    
    Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.
  -->
  <telemetrymodules>
    <add type="Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule, Microsoft.ApplicationInsights"></add>
    <add type="Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry.RemoteDependencyModule, Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry"></add>
    <add type="Microsoft.ApplicationInsights.Extensibility.PerfCollector.PerformanceCollectorModule, Microsoft.ApplicationInsights.Extensibility.PerfCollector">
...

Here the TelemetryModules section is quite clearly defining a bunch of plug-ins, the first exists (as it's in Microsoft.ApplicationInsights which I have referenced), the second and third do not and sure enough the second is the subject of the exception I received. Armed with this knowledge I did a hatchet job on the .config file and removed anything I didn't have referenced from Nuget or directly. I then ran the app again and to my dismay - still nothing happened. I was expecting to see an HTTP Post request flying over the wire to Azure, but instead there was nothing.

Flush, aha, he saved every one of us!

(Sorry for the abysmal pun, I couldn’t help myself). I did a bit more digging on the TelemetryClient and found the Flush() method which I have added into the code samples above, but didn't have in my code at the time. With this added I was delighted to see a message show up inside Visual Studio that alerted me to the fact that I had managed to send an event to Azure..

I also saw this pop up in Fiddler...

So far so good. I then logged into Azure and lo and behold, I got my event!

I could even drill down and see “more” data about the event…

OK, so “more” data is somewhat subjective, but it did tell me that my event came from the UK which is correct. I have no doubt that I could augment the data being collected from my application so that the amount of detail here would be better.

Looking at what was sent to the server, it’s a simple JSON request as follows (I’ve blanked out my App Insights key, which I’m surprised to find twice in the content. If I’d designed this, the app insights key would have been a custom header, but that’s just an aside)…

And there you have it – one event in Azure, an hour or more messing around with it to understand what it’s doing, and I’ve got a load closer to working out why my web app wasn’t sending any telemetry (or rather, the custom telemetry I was expecting to send).

I hope that helps someone else! Next time I’ll see what’s up with my web app.

40 comments:

Unknown said...

This article delivers me step by step details of Console App which is good for understanding this topic. web app development US

Unknown said...

Good post regarding the web application development for our business. Thanks for sharing.

Web Application Development in Chennai | Android application development company

Unknown said...
This comment has been removed by the author.
Unknown said...

The best programmers who meet expectations https://youteam.co.uk/

Oliver Maurice said...

If you really want to catch cheater you should plan beforehand. This blog will lead you to some great info on the subject.

Unknown said...

It is but very important that great geniuses are really into programming. The world is moving so quickkly now and programmers has helped in many innovations.

Scott Porter
West Palm Beach digital agency

unkown said...

Shop Online in Auckland Newzealand on a single click. We provide you quality items which you will be buy online at lowest price..! Buy online sofa beds nz at lowest price on Treasurebox store.

Pinoy Swertres said...

now a days pinoy tv shows are updated on pinoy channel

Emily Goutagny said...

You can let the application run and take a look at the data that is collected in the Azure Portal. Depending on the technology and instrumentation www.hardwoodfloorrefinishingmn.com/

Ben Johnson said...

Thanks for sharing...

devops training in chennai
devops training in chennai BITA Academy
devops certification training in chennai
devops training in chennai BITA Academy
devops training in chennai velachery
devops training in chennai anna nagar
devops training center in chennai
devops coaching center in chennai
devops jobs in chennai
devops training institute in chennai
devops training in chennai t nagar
devops training institutes in chennai
devops course in chennai
devops certification course in chennai
devops training in porur

Aliamay said...


Get all the latest clicksud online seriale online of clicksud and all the seriale online daily on this blog.

Emily Goutagny said...

One of the main features of Application Insights is Application Monitoring. There are plenty of charts in the Azure Portal that give an overview on www.seattletreeremovalpros.com/

Unknown said...

Experience the best electronics dealing with us and shop latest appliances and electronics. How many times you notice handsome electronic appliance waiting to be carted away in its latest state or design? We have been passionate enough to showcase the local public with spectacular deals in the area of furnishing and home décor. Not all the websites claiming to be the sources of high-quality electronics keep up with all the demands of ordinary man. We here have been dealing with every type of electronic appliances like Metal Detector, Photography Studio Set with Stand, Metal Detector, Solar Charger, Camera Bag, PC Gaming Keyboard Mouse Set and many more.

Michaela Mil said...

Thanks for useful guidelines. Although, I think I might also need a good monitoring app to control available WiFi networks. Currently, I'm considering mSpy - it is a leading parental control app that allows one to track a phone and also provides access to installed programs and files.

Technogeekscs said...

Wonderful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article. This article resolved my all queries.
Data Science
Selenium
ETL Testing
AWS
Python Online Classes

Firmware File said...

Flash file is used to upgrade or reinstall the operating system in your device. It resolves different issues like application stopped working, Boot loop issue, dead issues, and IMEI issues. Y51l volte

Technogeekscs said...

Thanks for the post. It was very interesting and meaningful. I really appreciate it! Keep updating stuff like this.
Python Training Institutes in Pune
Best Training Institute for AWS in Pune
Data Science Course in Pune

Snehal Harshe said...
This comment has been removed by the author.
teju said...

Thanks for the best share,
movie hd apk

Isabell Kiral said...

This field is very much profitable and through this many developers are earning a lot of money. If you are jobless, you should join this field and start a good career. I also want to develop an app like this website.

Michael Smith said...

I from an overall perspective expected to thank you for this sorting pulling out!! I've totally respected every single piece of it, I've had you bookmarked to find the proportion of the latest things you make. The HP Printer Error Code 0xc05d1281 occurs due to ink system failure. Contact us our helpline number to fix the error.

Jamie Starr said...

Hi, I really enjoyed reading your post, and hope to read more. thank you so much for sharing this informative blog. Please check out sorry for your loss quotes 

YoWAPlus said...

Adventures in yo whatsapp Insights from the homepage specializing in whatsapp versions https://yowaplus.net is an exciting adventure.

Alpha said...

Yeedi vacuum cleaner is considered the smartest robot vacuum out there. Find more info here and read the guide thoroughly so you don't miss a thing.

APK said...

Free download whatsapp yc whatsapp from here. YC Whatsapp APK 2022

APK said...

Descargar Minecraft APK Gratis

Descargar Youtube vanced 2022

Martin Washington said...

Thank you for sharing this useful information, download free fonts suitable for all models, for those of you who are passionate about editing press now
click

jyotikumar said...

I was looking for this article. Delhi Hot Girls A responsibility of appreciation is for posting.

Zack Knight said...

Descargar Cuphead CDV APKSi desea echar un vistazo a la colección múltiple de los archivos apk del juego, puede visitar aquí

James Smith said...

you can expect to receive business law assignment sample from our academic professionals catered to your specific assignment needs. Unlike other services, we won’t dust our hands off after paraphrasing off a Wikipedia page.

Didani said...

The competition for this robot vacuum is increasingly high right now. You can see that every product has 1k+ purchases online. I am considering to purchase this yeedi vac 2 pro as my first robot vacuum.

chloe decker said...

Its really an Excellent post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog. Thanks for sharing.
math assignment help

Angel17 said...

Such a nice read. I enjoy reading this one. Thanks for sharing! www.appliancerepaircalg.ca

lipikabri said...

If you're interested in getting a b2b massage in hyderabad at brighte spa hyderabad, the nature of B2B massages can vary from one spa to another.

isha spa said...

That's where massage parlour near me comes into play, offering a rejuvenating experience that can melt away stress and leave you feeling refreshed.

Mira said...

Magnificent article. Exceptionally fascinating to peruse this article. I might want to thank you for the endeavors you had made for composing this wonderful article. This article answered my all questions. pay per click advertising agency

cyntiabell said...

Discovering new insights in applications? How exciting! Consider gifting Innovative Industrial and Scientific Gifts to further explore these discoveries. From cutting-edge tools to experimental kits, there's something for every curious mind.

Austin Eye Lasik said...

Eye LASIK in Austin offers a revolutionary solution for vision correction. Using advanced laser technology, LASIK (Laser-Assisted In Situ Keratomileusis) corrects nearsightedness, farsightedness, and astigmatism, reducing or eliminating the need for glasses or contact lenses. The procedure is swift, virtually painless, and patients often experience improved vision within hours. With experienced surgeons and state-of-the-art equipment, Eye LASIK Austin prioritizes safety and precision.

Personalized consultations ensure individualized treatment plans, enhancing the likelihood of optimal results. Embrace visual freedom and clarity with Eye Lasik Austin, where cutting-edge technology meets expert care for a life-changing vision correction experience.

Mary Katie said...

It's fascinating to see how technology and personal wellness intersect, particularly in areas we might not initially consider, like the selection and use of sex toys. For those exploring options that prioritize safety, quality, and personalization, ForHerStudio Sex Toys offers a curated collection worth checking out. Their approach to combining technology with personal pleasure is a testament to the innovative ways in which the digital age can enhance our personal lives.

LOTUS SPA said...

Thank you for this insightful post! Data backup is such a crucial aspect of modern business operations, yet it's often overlooked until it's too late.
CLICK