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

Fix average returning 1 #21

Merged
merged 1 commit into from May 24, 2017
Merged

Fix average returning 1 #21

merged 1 commit into from May 24, 2017

Conversation

adongy
Copy link
Contributor

@adongy adongy commented May 24, 2017

No description provided.

@sofixa sofixa merged commit c5579d6 into Oxalide:master May 24, 2017
@Moxie505
Copy link

I have this same issue. I just updated to the latest release (d62d5bf) but all my averages are still returning 1

SELECT "net_received_average" FROM "virtualmachine" WHERE "name" = 'xxx' LIMIT 1
name: virtualmachine
time net_received_average


1495141203000000000 1

SELECT "mem_usage_average" FROM "virtualmachine" WHERE "name" = 'xxx' LIMIT 1
name: virtualmachine
time mem_usage_average


1495141203000000000 1

SELECT "cpu_usage_average" FROM "virtualmachine" WHERE "name" = 'xxx' LIMIT 1
name: virtualmachine
time cpu_usage_average


1495141203000000000 1

Thanks for any insight.

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

Successfully merging this pull request may close these issues.

None yet

3 participants