Welcome to MSDN Blogs Sign in | Join | Help

Enabling WCF performance counters

The documentation relating to how to enable performance counters for WCF services is wrong.
The correct syntax to enable performance counters for a WCF service through the config file of the hosting application is as follows:

<configuration>
  <system.serviceModel>
    <diagnostics performanceCounters="All" />
  </system.serviceModel>
</configuration>

Published Friday, December 15, 2006 4:05 PM by mapo

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker