-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Unable to Collect Metrics on Windows 8.1 #4119
Comments
Can you try these steps to repair performance counters: #3608 (comment) |
That seems to have made things get further, thank you! I'm getting this on --test now and at a glance I'm not too sure where to look next.
|
I notice now that you are using 32-bit Windows, and unfortunately win_perf_counters is only working with 64-bit Windows. Here is the issue: #2468 The good news is that there is some work in progress to fix this bug: #4076 I'm going to merge this issue with #2468, this ticket will be updated once the issue is fixed. |
@danielnelson As mentioned above I am using 64 bit windows |
Are you using the 32-bit package? If so you can switch to the amd64 package: |
Ahhh I was using the 32-bit package. That was bad on me. Thank you so much and sorry for the bother! First time using on windows so I'm glad things are working :) |
No problem, sorry about the rough edges. |
Relevant telegraf.conf:
Using the sample telegraf.conf that ships with 1.6.1 i386 Windows
System info:
[Include Telegraf version, operating system name, and other relevant details]
1.6.1
Windows 8.1 Pro (64 bit)
Steps to reproduce:
C:\"Program Files"\Telegraf\telegraf.exe --config C:\"Program Files"\Telegraf\telegraf.conf --test
Expected behavior:
I expect Telegraf to list the metrics that would be gathered.
Actual behavior:
I receive
Plugin: inputs.win_perf_counters, Collection 1
Additional info:
Seeing
buffer fullness: 0 / 1000 metrics
In the logs.Not sure if I missed a step in the config but I believe I followed the steps correctly.
The text was updated successfully, but these errors were encountered: