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

vSphere CPU data out of order after upgrade #7600

Closed
chench00 opened this issue May 29, 2020 · 1 comment
Closed

vSphere CPU data out of order after upgrade #7600

chench00 opened this issue May 29, 2020 · 1 comment

Comments

@chench00
Copy link

System info:

Telegraf v1.14.3
Ubuntu 18.04

Docker

Steps to reproduce:

  1. ...Upgrade CPU
  2. ...Visualize data in Grafana
  3. ...Drop measurement vsphere_host_cpu from influxdb
  4. ...Restart telegraf and Influxdb

Expected behavior:

Incoming CPU core count data to be in the correct order

Actual behavior:

Incoming CPU core count data is out of order

Additional info:

I am using Influxdb along with Telegraf and the vSphere Input Plugin to visualize data in Grafana and one of my graph keeps track of my CPU utilization. Recently I upgraded my host’s CPU to one with a bigger core count but now the legend is out of order:

82820244-d4fb0300-9e6f-11ea-9782-9563b34bae08

I have tried dropping the measurement responsible from the database (vsphere_host_cpu) and restarting both Influx and Telegraf but it still comes back unordered.

I opened an issue at Grafana but was told this was a database issue so I opened an issue with Influxdb but was told data is coming in unordered and there's nothing I can do. Perhaps someone here can help?

@danielnelson
Copy link
Contributor

I believe this is: influxdata/influxdb#3954. Based on the final comment on that issue, you would need to use Flux to query the database.

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