Skip to content
Snippets Groups Projects
  1. Aug 01, 2019
    • sh0rez's avatar
      chore(packaging/docker): Support multiple architectures (#762) · b887602e
      sh0rez authored
      This finally adds support for multiple architectures! 🎉 
      
      Images are now built using BuildKit (actually img), Dockerfiles were parameterized to allow this.
      Containers are still built on alpine, using QEMU and binfmt as a kernel compatibility layer to allow RUN steps in these.
      
      CircleCI has been fully revamped, to speed up builds and de-duplicate the configuration.
      Makefile has been extended with additional logic to shadow the multi-arch to non-CI users.
      
      Happy hacking on Raspberry Pi and friends :)
      b887602e
    • Michael's avatar
      Helm: Be able to customize the Namespace (#830) · 664537e1
      Michael authored
      * Add release namespace for loki
      
      * Add Release namespace for promtail chart
      
      * Add Release namespace for loki-stack chart
      
      * Add doumentation
      
      * Increase chart version
      664537e1
  2. Jul 31, 2019
  3. Jul 30, 2019
  4. Jul 29, 2019
  5. Jul 26, 2019
  6. Jul 25, 2019
  7. Jul 24, 2019
  8. Jul 23, 2019
  9. Jul 22, 2019
  10. 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
  11. Jul 18, 2019
  12. Jul 17, 2019
Loading