Skip to content
Snippets Groups Projects
  1. May 27, 2019
  2. May 24, 2019
    • Sandeep Sukhani's avatar
      Update cortex vendor (#610) · 3d3c0571
      Sandeep Sukhani authored
      * Update cortex vendor
      Use query max look back from cortex
      Update config changes from cortex
      Fixed breaking code due to updating cortex vendor
      
      * fixed linter error
      3d3c0571
  3. May 17, 2019
  4. May 15, 2019
  5. May 14, 2019
  6. May 08, 2019
  7. May 07, 2019
  8. Apr 30, 2019
  9. Apr 26, 2019
  10. Apr 11, 2019
  11. Mar 25, 2019
  12. Mar 21, 2019
  13. Mar 20, 2019
  14. Mar 18, 2019
  15. Mar 07, 2019
  16. Feb 20, 2019
  17. Feb 11, 2019
  18. Feb 05, 2019
  19. Feb 04, 2019
    • woodsaj's avatar
      tail all container log files · 37feebfa
      woodsaj authored
      kubelet creates a new log file when a container is restarted.
      So we need to catpure all log files in the
      `/var/logs/pods/<uid>/<container_name>/` dir.
      37feebfa
  20. Feb 01, 2019
  21. Jan 31, 2019
  22. Jan 29, 2019
  23. Jan 22, 2019
  24. Jan 21, 2019
  25. Jan 19, 2019
  26. Jan 17, 2019
    • Anthony Woods's avatar
      allow promtail path to be a glob match (#206) · fed39435
      Anthony Woods authored
      * allow promtail target path to be a glob match
      
      Promtail now expects __path__ to be a glob. All files that match
      the glob expression will be tailed.  If new files are created that
      match the glob, they will immediately be tailed.
      
      * remove entry from positions file when file is deleted
      
      * fix syncing the current positions to positions file
      
      * handle file renames
      
      When a file is renamed a "rename" and a "create" event are sent.
      We need to treat the rename as a remove.  If the new filename matches
      the path glob, then we will start tailing it when the "create" event
      is reveived.
      
      * lint
      fed39435
  27. Jan 10, 2019
  28. Dec 20, 2018
  29. Dec 18, 2018
  30. Dec 17, 2018
Loading