As Scott Colestock announced last week, a new release of QuickCounters was put up for download on the project's CodePlex site. This release includes the following new features for WCF instrumentation:

  • Instrumentation of WCF client-side proxies: This part is done by configuring the InstrumentedClientBehavior as an endpoint behavior at the client side. It can be done either through code or through the configuration file. Here's an example of configuring it through code:
ClientProxy client = new ClientProxy(new BasicHttpBinding(), SVC_URI);
// apply behavior
client.Endpoint.Behaviors.Add(new InstrumentedClientBehavior("TestClient"));

  • Instrumenting unmatched message handlers in WCF services. I've spoken a bit about this in the past.


Tomas Restrepo

Software developer located in Colombia.