Skip to content
Snippets Groups Projects
  1. Jul 23, 2019
  2. Jul 22, 2019
  3. Jul 19, 2019
    • Cyril Tovena's avatar
      Use prometheus pool for line buffer. (#790) · cb7c8f62
      Cyril Tovena authored
      * Use prometheus pool for line buffer.
      cb7c8f62
    • Robert Fratto's avatar
      f289384a
    • Cyril Tovena's avatar
    • sh0rez's avatar
      feat(loki): extended tailing (#764) · 38cb0933
      sh0rez authored
      * refactor(querier/ingester): TailRequest Lookback window
      
      Moves the specifications of the Lookback Window out of the
      logproto.QueryRequest into it's own type logproto.Lookback.
      This is required, because the Lookback Window will be used in the TailRequest
      as well.
      
      * feat(querier): parse Lookback from HTTP Request
      
      * feat(logcli): send Lookback Window spec with tail request
      
      * feat(querier): include historic entries in tail mode
      
      Extends tailing by sending a configurable amount of historic entries with
      before the live entries. This enables a behaviour that is closer to kubectl logs
      -f and docker logs -f.
      
      It is implemented by running a regular Query before subscribing to the ingesters.
      
      * fix: adapt tests to Lookback change
      
      * feat(querier): check all errors to make the linter happy
      
      * fix(logproto): flatten Lookback window spec
      
      Flattens the Lookback window spec into the individual queries
      
      * fix(ingester): adapt test to Lookback flatten
      38cb0933
  4. Jul 18, 2019
  5. Jul 17, 2019
  6. Jul 16, 2019
  7. Jul 15, 2019
  8. Jul 11, 2019
  9. Jul 10, 2019
  10. Jul 09, 2019
    • Edward Welch's avatar
      prune interval is configurable · eedd3d9f
      Edward Welch authored
      canary will suspend all operations on SIGINT but not exit, allowing you to shutdown the canary without it being restarted by docker/kubernetes
      SIGTERM will shutdown everything and end the process
      eedd3d9f
Loading