Skip to content
Snippets Groups Projects
  1. Mar 06, 2019
  2. Feb 22, 2019
  3. Feb 13, 2019
    • Ed's avatar
      Adding a sync() function to filetarget (#293) · f6d0857d
      Ed authored
      * Adding a sync() function to filetarget which runs on a timer to catch any events missed by fsnotify
      
      * moving where we mark the final position to avoid a race condition exposed in testing, we want to stop the tailer before shutting down our tailer loop
      
      * Fix changes from PR and refactor to remove circular imports and make config consistent
      
      * Adding an "integration" type unit test which tests promtail as a whole
      
      * fixing a bunch of imports I munged
      moved tailer to its own file
      refactoring filetarget to make synclogic easier to follow and reused as much as possible
      f6d0857d
  4. Feb 07, 2019
  5. Feb 04, 2019
  6. Feb 01, 2019
  7. Jan 31, 2019
  8. 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
    • Xiang Dai's avatar
      logcli: remove default url (#194) · cd270dc4
      Xiang Dai authored
      
      Signed-off-by: default avatarXiang Dai <764524258@qq.com>
      cd270dc4
  9. Jan 14, 2019
  10. Dec 20, 2018
  11. Dec 17, 2018
  12. Dec 11, 2018
  13. Dec 05, 2018
  14. Dec 04, 2018
  15. Nov 25, 2018
  16. Nov 24, 2018
  17. Nov 22, 2018
  18. Nov 20, 2018
  19. Nov 19, 2018
  20. Jul 04, 2018
  21. Jun 27, 2018
  22. Jun 25, 2018
  23. Jun 24, 2018
  24. May 29, 2018
  25. May 22, 2018
Loading