Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display timeline information for routines used by controllers in glimpse/Asp.NET MVC

Tags:

glimpse

I am currently using Asp.Net MVC 4 and I would like to include the time of some routines used by my controllers in the glimpse's timeline tab.

I know that I have to create an ITimeLineMessage Implementation and send the timing information with a message broker. But how to create the ITimeLineMessage ?

like image 549
alcoforado Avatar asked Mar 23 '23 11:03

alcoforado


1 Answers

Here is an implementation using anthonyv's suggestion:

https://gist.github.com/droyad/8292852

like image 187
Robert Wagner Avatar answered Apr 08 '23 10:04

Robert Wagner