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

Typo in query for Processor_Queue_Length on host list #6059

Closed
R290 opened this issue Sep 21, 2023 · 0 comments · Fixed by #6060
Closed

Typo in query for Processor_Queue_Length on host list #6059

R290 opened this issue Sep 21, 2023 · 0 comments · Fixed by #6060

Comments

@R290
Copy link
Contributor

R290 commented Sep 21, 2023

Steps to reproduce:
None

Expected behavior:
The interval for Processor_Queue_Length should be the same as for the other queries (10m):

SELECT mean("Processor_Queue_Length") FROM \":db:\".\":rp:\".\"win_system\" WHERE time > now() - 10m GROUP BY host;

Actual behavior:

Instead and interval of 10s is used instead of 10m:

SELECT mean("Processor_Queue_Length") FROM \":db:\".\":rp:\".\"win_system\" WHERE time > now() - 10s GROUP BY host;

Environment info:

  • Chronograf version: Nigtly @ ff78803
  • Other relevant environment details: -

Config:
Not relevant

Logs:
Not Relevant

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 a pull request may close this issue.

1 participant