Skip to content
Snippets Groups Projects
  1. Jul 09, 2019
  2. Jul 08, 2019
  3. Jul 05, 2019
  4. Jul 02, 2019
  5. Jul 01, 2019
  6. Jun 20, 2019
  7. Jun 19, 2019
  8. Jun 18, 2019
  9. Jun 17, 2019
  10. Jun 14, 2019
  11. Jun 13, 2019
  12. Jun 12, 2019
  13. Jun 10, 2019
  14. Jun 07, 2019
    • sh0rez's avatar
      feat(promtail): initContainers (#655) · 11ad3563
      sh0rez authored
      * fix(promtail/targets): remove dependency on prometheus/relabel
      
      `filetargetmanager.go` had a dependency on prometheus/relabel, a package that
      has been removed in favor of prometheus/pkg/relabel.
      This converts the code to the new package, to allow the prometheus vendor be
      updated to master
      
      * chore(vendor): update prometheus vendor
      
      Updates prometheus vendor to current master, to add support for InitContainers
      in kubernetes service discovery
      
      * chore(vendor): do dep's homework
      
      Gives dep hints on how to resolve the vendor so that it work
      
      * fix(promtail/targets): non-nil check
      
      Accidentally checked against the wrong labelSet, this one can never get nil
      11ad3563
Loading