quickwit-oss / quickwit-datasource

Quickwit data source for Grafana
GNU Affero General Public License v3.0
41 stars 10 forks source link

Don't fetch field_caps on TimeRange update spam #126

Closed ddelemeny closed 5 months ago

ddelemeny commented 5 months ago

The QueryEditor component may be re-rendered a few times in a row with slightly different "now" timestamps. which causes the field suggestions to be fetched as many times.

This PR introduces a range similarity check in the useDatasourceFields hook, which filters out TimeRange updates if the changed values are within a minute of the known ones.