Reputation: 31
I use chronograf influxdb and telegraf for some projects, and I would like to know if it's possible on chronograf to refresh more quickly, since the minimum refresh time is 5 seconds.
Upvotes: 0
Views: 188
Reputation: 1173
Change config here : https://github.com/influxdata/chronograf/blob/master/ui/src/shared/components/dropdown_auto_refresh/autoRefreshOptions.ts
Instead of installing the pre-compiled version, you need to follow the GitHub instruction to compile the amended source code in order to have your change being effective.
https://github.com/influxdata/chronograf
Upvotes: 0