1. 06 Jan, 2020 7 commits
  2. 04 Jan, 2020 1 commit
  3. 03 Jan, 2020 8 commits
  4. 02 Jan, 2020 6 commits
  5. 31 Dec, 2019 4 commits
  6. 30 Dec, 2019 9 commits
  7. 29 Dec, 2019 1 commit
  8. 27 Dec, 2019 2 commits
    • Prometheus: improve tooltips (#21247) · 36aad1c1
      * Prometheus data source: Update tooltip for _Scrape interval_
      
      The old tool tip was plainly wrong. The globally configured scrape
      interval is not necessarily the most used scrape interval, so the new
      wording is describing what actually matters. The evaluation interval
      wasn't even mentioned before. And finally, the configured value is
      not strictly a lower limit for the step query parameter as it can be
      overridden by the panel option _Min time interval_.
      
      I plan to explain the overriding intricacies in the tool tip for _Min
      time interval_.
      
      Signed-off-by: beorn7 <beorn@grafana.com>
      
      * Improve tooltip for _Min step_
      
      The previous tool tip was mostly addressing aspects that are not
      specific to _Min step_ (and might be more appropriate to be added to
      the _Min time interval_ tool tip as that setting has a wider
      scope). The new version emphasizes the important gotchas: that this is
      an _additional_ lower limit, and that it is _not_ multiplied by the
      resolution factor.
      
      Signed-off-by: beorn7 <beorn@grafana.com>
      
      * Fixed snapshot
      
      Co-authored-by: David <david.kaltschmidt@gmail.com>
      Björn Rabenstein committed
    • Explore: Moves PromContext from query level to DataQueryRequest level (#21260) · 45b7de19
      Closes #19598
      
      Fixes bug introduced recently where the new PromQueryEditor did not preserve
      the PromContext.Explore set on the query model by PromQueryField which caused
      the table to be empty for Prometheus in explore.
      Torkel Ödegaard committed
  9. 26 Dec, 2019 1 commit
  10. 25 Dec, 2019 1 commit