1. 12 Dec, 2019 11 commits
  2. 11 Dec, 2019 12 commits
  3. 10 Dec, 2019 16 commits
  4. 09 Dec, 2019 1 commit
    • Prometheus: disable dynamic label lookup on big datasources (#20936) · 1a2dad9d
      * Prometheus: disable dynamic label lookup on big datasources
      
      - when a prometheus datasource has more than 10000 metrics, label lookup
      for the query field is disabled
      - installations of that size have slow typehead lookup times and make
      the editor sluggish
      
      * Raise dynamic lookup threshold to 10000 metrics
      
      * Run start tasks again
      David committed