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

show queries output has wrong units #7548

Closed
beckettsean opened this issue Oct 31, 2016 · 1 comment
Closed

show queries output has wrong units #7548

beckettsean opened this issue Oct 31, 2016 · 1 comment
Assignees
Milestone

Comments

@beckettsean
Copy link
Contributor

Bug report

System info:

InfluxDB 1.0.x

Steps to reproduce:

SHOW QUERIES elapsed times use incorrect units

Actual behavior:

elapsed times are given in nanoseconds or other units, but marked as microseconds.

qid query database duration 
329183 SHOW QUERIES 45042u 
329181 SELECT * FROM system WHERE time > now() - 1w telegraf 817262117u

qid query database duration 
329185 SHOW QUERIES 63741u 
329181 SELECT * FROM system WHERE time > now() - 1w telegraf 1s

qid query database duration 
329181 SELECT * FROM system WHERE time > now() - 1w telegraf 2s 
329187 SHOW QUERIES 102072u
@jsternberg jsternberg self-assigned this Oct 31, 2016
@jsternberg
Copy link
Contributor

@jwilder is this ok to add to 1.1?

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

3 participants