-
Notifications
You must be signed in to change notification settings - Fork 710
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
vmware exporter reports as not successful but metrics are reported (v0.30.0-rc.1) #1788
Comments
I do see that memory metrics are missing, only cpu collector is reporting anything. - rebuilding performance counters hasn't helped. |
While refactor the vmware collector, there was a lot of guessing, since I found no docs. The error should be logged on DEBUG level and on application start. Could you run typeperf -qx to generate a list of metrics and attach it? |
not sure but i think these are the ones (german locale here, sorry). \VM-Prozessor(_Total)\Limit in MHz
\VM-Prozessor(_Total)\Reservierung in MHz
\VM-Prozessor(_Total)\Anteile
\VM-Prozessor(_Total)\CPU stolen time
\VM-Prozessor(_Total)\Prozessorzeit (%)
\VM-Prozessor(_Total)\Effektive VM-Geschwindigkeit in MHz
\VM-Prozessor(_Total)\Hostprozessorgeschwindigkeit in MHz
\VM-Arbeitsspeicher\Aktiver Arbeitsspeicher in MB
\VM-Arbeitsspeicher\Arbeitsspeicher-Balloon in MB
\VM-Arbeitsspeicher\Arbeitsspeicherlimit in MB
\VM-Arbeitsspeicher\Zugeordneter Arbeitsspeicher in MB
\VM-Arbeitsspeicher\Arbeitsspeicher-Overhead in MB
\VM-Arbeitsspeicher\Arbeitsspeicherreservierung in MB
\VM-Arbeitsspeicher\Gemeinsamer Arbeitsspeicher in MB
\VM-Arbeitsspeicher\Eingesparter gemeinsamer Arbeitsspeicher in MB
\VM-Arbeitsspeicher\Arbeitsspeicheranteile
\VM-Arbeitsspeicher\Abgerufener Auslagerungsspeicher in MB
\VM-Arbeitsspeicher\Memory Target Size
\VM-Arbeitsspeicher\Belegter Arbeitsspeicher in MB |
confirmed to be fixed with v0.30.0-rc.2 |
Current Behavior
After testing v0.30.0-rc.1 (#1774 ✌️) vmware collector is reporting no success but metrics are collected.
but:
Expected Behavior
shouldn't it have been successful? I cannot see any errors in the windows event log as well.
Steps To Reproduce
No response
Environment
windows_exporter logs
nothing beeing logged in eventlog
Anything else?
No response
The text was updated successfully, but these errors were encountered: