Skip to content
Snippets Groups Projects
  1. Jul 18, 2019
  2. Jul 17, 2019
  3. Jul 16, 2019
  4. Jul 15, 2019
  5. Jul 11, 2019
  6. Jul 10, 2019
  7. Jul 09, 2019
  8. Jul 08, 2019
    • Cyril Tovena's avatar
      Query label values and names are now fetched from the store. (#521) · 86bc3c05
      Cyril Tovena authored
      * Query label values and names are now fetched from the store.
      
      A time range is now required by the /api/prom/label with a sane default (6 hours from now).
      
      * fix http querystring and update doc
      
      * update vendor
      
      * rebased
      86bc3c05
    • Cyril Tovena's avatar
      move Dockerfile multi-arch to build and ignore that folder (#723) · d3ab4866
      Cyril Tovena authored
      * move Dockerfile multi-arch to build and ignore that folder
      
      * docker-driver fix
      d3ab4866
    • sh0rez's avatar
      fix(loki): panic on missing config (#720) · 4779b8bd
      sh0rez authored
      * fix(loki): pass missing config error to user
      
      Missing config errors are handled at the library level. Our own check mitigated
      this and causes loki to SEGFAULT later on
      
      * feat(loki): default config file in container
      
      The container provides a default config file. Use it by default
      
      * Revert "fix(loki): pass missing config error to user"
      
      This reverts commit b2744fcf427b2b386dce5e999c855ae5c899e4e2, because loki it
      assumed loki was incapable of running without config, which is not the case.
      4779b8bd
    • sh0rez's avatar
      feat(docker): multi-arch Dockerfile (#668) · 813f0d2d
      sh0rez authored
      Adds an entirely new Dockerfile to the repository root which is capable of:
      
      - building promtail and loki from the same image
      - based on `scratch`, so that the final image can be executed on every supported
        GOARCH
      
      Please note that this Dockerfile should always be built using
      BuildKit (`buildctl` or `DOCKER_BUILDKIT=1` in recent versions) for maximum
      performance, as BuildKit's DAG allows for smart skipping of uneeded stages.
      
      These changes were proposed in #659
      813f0d2d
    • Dawid Malinowski's avatar
      909adf62
Loading