Microsoft
70-513 · Question #59
You are moving a Windows Communication Foundation (WCF) service into production. You need to be able to monitor the health of the service. You only want to enable all performance counter instances…
The correct answer is A. <diagnostics performanceCounters="ServiceOnly" />. See the full explanation below for the reasoning.
Question
You are moving a Windows Communication Foundation (WCF) service into production. You need to be able to monitor the health of the service. You only want to enable all performance counter instances exposed by the ServiceModelService 4.0.0.0 counter group. Which element should you add to the system.serviceModel section in the application configuration file?
Options
- A<diagnostics performanceCounters="ServiceOnly" />
- B<diagnostics wmiProviderEnabled="true" performanceCounters="Off" />
- C<diagnostics performanceCounters="All" />
- D<diagnostics wmiProviderEnabled="true" />
How the community answered
(62 responses)- A82% (51)
- B5% (3)
- C2% (1)
- D11% (7)
Community Discussion
No community discussion yet for this question.