You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using this project to monitor my project kelon with Application Insights. So far this works great, but I'm struggling a bit with Performance-Metrics. I.e. when I try to send the current CPU-Usage like this: client.TrackMetric("% Processor Time", cpuPercentage)
the value only appears in the table 'customMetrics' and not 'performanceCounters' inside the view 'protocols'.
Is there any possibility to send metrics to 'performanceCounters' so that they appear in the performance monitor?
The text was updated successfully, but these errors were encountered:
Description
I am currently using this project to monitor my project kelon with Application Insights. So far this works great, but I'm struggling a bit with Performance-Metrics. I.e. when I try to send the current CPU-Usage like this:
client.TrackMetric("% Processor Time", cpuPercentage)
the value only appears in the table 'customMetrics' and not 'performanceCounters' inside the view 'protocols'.
Is there any possibility to send metrics to 'performanceCounters' so that they appear in the performance monitor?
The text was updated successfully, but these errors were encountered: