Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send performanceCounters instead of customMetrics #43

Open
dcseifert opened this issue Feb 13, 2020 · 2 comments
Open

Send performanceCounters instead of customMetrics #43

dcseifert opened this issue Feb 13, 2020 · 2 comments

Comments

@dcseifert
Copy link

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?

@emmansun
Copy link

You can reference performance.go. I copied the names from nodejs implementation.

@dcseifert
Copy link
Author

Awesome! Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants