Hi.
I have changed to the new Performance Counters on my APM. I have an alert that sends an email when APM component goes critical. I have added StatisticsData to the e-mail to show the value. This worked for the WMI counters, but for perfmon counters the value is blank. The email fires when the component is critical.
My email:
"${ComponentName} in monitor ${ApplicationName} has status ${ComponentStatus} on ${NodeName}.
Value is: ${StatisticData}"
Is there any way to make the measured value show in the e-mail?