influxdata / chronograf

Open source monitoring and visualization UI for the TICK stack
https://www.influxdata.com/time-series-platform/chronograf/
Other
1.5k stars 258 forks source link

Typo in query for Processor_Queue_Length on host list #6059

Closed R290 closed 11 months ago

R290 commented 12 months ago

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: https://github.com/influxdata/chronograf/blob/ff78803fa90fd73d4ec9f9e951919b18b131f253/ui/src/hosts/apis/index.ts#L56

Environment info:

Config: Not relevant

Logs: Not Relevant