-
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
vsphere input - [inputs.vsphere] Unable to find metric name for id %d. Skipping!411 #7940
Comments
it looks like it uses the |
Grafana stopped displaying the clustername after i upgraded telegraf to the latest release. But even before that, these errors were in the log. So i'm not that sure the errors are related to the fact that clustername not being sent out as a tag to influxdb anymore. |
I just updated telegraf and I've been having the exact same issue: the "clustername" tag is skipped. It is either not gathered from the vSphere API or it is lost in translation and not forwarded to InfluxDB. Is there any specific information I can collect to make troubleshooting easier? |
I will take a look at this. Looks like this is a regression in 1.15. Probably related to the issue with missing storage tags. |
As for the error messages, they are typically benign. It just means that a counter that vCenter said existed when we scanned the metadata ended up not existing when we pulled the actual data. |
i am test on Vsphere 6.7.45000 and CentOS 7 x64 |
@ssoroka This should be fixed. |
Is this fixed in PR #8505? |
yes |
Relevant telegraf.conf:
System info:
using Telegraf v1.15.2 on a Windows 2012 R2 x64 OS connecting to a vCenter 6.7 u3 (latest patches, 6.7.0.44000).
vcenter contains a single cluster with 3 hosts on ESXi 6.7 EP 09 (build 13644319).
Problem:
telegraf started to produce these errors in the telegraf.log upon every interval of the realtime stats collection. I have no idea why this started. I did some troubleshooting and checked my grafana setup and saw the graphs stopped displaying data in graphs that filter on clustername. There was no clustername in my influxdb measurement anymore. When i stopped filtering on clustername, the graph showed data. It seems the clustername stopped being send to output influxdb as a tag at some point.
Other stats seem to still get pushed out to influxdb.
The text was updated successfully, but these errors were encountered: