1. 29 May, 2020 4 commits
    • CircleCI: Upgrade grafana/build-container in order to fix arm32v7-musl (#25213) · b703f216
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      Arve Knudsen committed
    • Logs: Use result range instead of timepicker range for log histogram (#25027) · 57abf39f
      * Logs: Use result range instead of timepicker range for log histogram
      
      If a logs datasource does not send histogram data for the requested
      time range, the logs model computes a timeseries based on the log row
      counts, bucketed by an automcatically calculated time interval. Even
      when this histogram time series did not span the whole requested time
      range it was still rendered in the graph across the whole range, leaving
      an empty area at its start. Users find this confusing and are lead to
      believe their log data is missing.
      
      This change fixes this by anchoring the start of the timeseries on the
      first log row's timestamp from the result, and adds this smaller range
      as `visibleRange` to the logs model and passes it through to the logs
      component that optionally takes it into account to not render the empty
      area.
      The interval (bucket size) is also adjusted to account for a potentially
      finer resolution on the shorter visible time interval.
      The bucketsize multiplier was also changed from 10 to 20 to account for
      the space between the chart's bars.
      
      * Aligned visible range with buckets
      
      * Extract bucket size calculation and add test
      David committed
    • CircleCI: Upgrade build image (#25189) · f0eb1242
      * CircleCI: Upgrade build image
      * CircleCI: Upgrade grabpl
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      Arve Knudsen committed
  2. 28 May, 2020 8 commits
  3. 27 May, 2020 9 commits
  4. 26 May, 2020 13 commits
  5. 25 May, 2020 6 commits