0

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.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Kangting
  • 31
  • 8

1 Answers1

0

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

chrisckwong821
  • 1,133
  • 12
  • 24