Monitoring your WCF Web Apis with AppFabric
Posted by: Pablo M. Cibraro (aka Cibrax),
on 07 Mar 2011 |
View original | Bookmarked: 0 time(s)
The other day, Ron Jacobs made public a template in the Visual Studio Gallery for enabling monitoring capabilities to any existing WCF Http service hosted in Windows AppFabric. I thought it would be a cool idea to reuse some of that for doing the same thing on the new WCF Web Http stack. Windows AppFabric provides a dashboard that you can use to dig into some metrics about the services usage, such as number of calls, errors or information about different events during a service call. Those events...