Skip to content
Snippets Groups Projects
  1. Aug 28, 2019
    • Sandeep Sukhani's avatar
      vendoring: update cortex to latest master (#938) · b687ec6e
      Sandeep Sukhani authored
      * update cortex to latest master
      
      using v3.4.0-rc.1 for go.etcd.io/etcd
      v0.0.2 for github.com/prometheus/procfs
      v1.0.0 for github.com/prometheus/client_golang
      latest master for github.com/weaveworks/common with changes from https://github.com/weaveworks/common/pull/153
      
      * fixed failing tests
      
      * use large instance for test and lint jobs in CircleCI
      
      * running only 6 test binaries in parallel
      
      * removed resource type change for CircleCI
      
      * changed GOGC to 10 for lint makefile target
      b687ec6e
  2. Aug 01, 2019
  3. Jul 25, 2019
  4. Jul 19, 2019
  5. Jul 16, 2019
    • Cyril Tovena's avatar
      Storage memory improvement (#713) · 3346ce1b
      Cyril Tovena authored
      * add benchmark for storage queries
      * improve iterator to load only on next
      * fix memory retained by lazy chunks
      * reverse backward lazy iterator
      3346ce1b
  6. Jul 15, 2019
    • Robert Fratto's avatar
      promtail: Add systemd journal support (#730) · 9eb3098d
      Robert Fratto authored
      Support for reading systemd journal entries has been added. 
      promtail will look for a job in scrape_configs with a journal key 
      to activate the journal target. 
      
      If GOOS=linux and CGO_ENABLED=1, promtail will now require 
      libsystemd headers to be available for building. If GOOS is not 
      linux or CGO_ENABLED is not 1, journal support will be unavailable
      and a log message will be printed warning the user that their config 
      file has journal tailing configured without it being built into promtail. 
      
      See docs/promtail-examples.md for a concrete example of 
      using journal support. 
      
      Other structural changes made: 
      
        1. Ability for checking if scrape.Config.ServiceDiscoveryConfig is 
           non-zero has been added. 
      
           This was chosen over making ServiceDiscoveryConfig a pointer
           as yaml.v2 cannot parse an inline struct into a pointer value. 
      
        2. Updated pipeline logger component name to journal_pipeline and
           file_pipeline for JournalTargetManager and FileTargetManager
           respectively.
      
        3. The positions file will now store positions as strings instead of 
           integers. Existing positions will be read in properly but written out 
           as strings the next time the positions file is saved. This is done to 
           be able to store the journal cursor, which is a string. The positions 
           API has been updated to support reading in the old integer values 
           and the new string values. 
      9eb3098d
  7. Jul 08, 2019
  8. Jul 05, 2019
  9. Jun 13, 2019
    • Cyril Tovena's avatar
      Docker Logging Driver (#663) · 2909fe54
      Cyril Tovena authored
      * adds first version of docker driver
      
      * without logrus and fixes some linter issue
      
      * fix the driver and start a build system
      
      * adds swarm label discovery
      
      * Add documentation and more targets
      
      * make the linter happy ❤️
      
      * indent config.json
      
      * with circleci steps for master and branch
      
      * Review Feebacks
      2909fe54
  10. 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
  11. Jun 06, 2019
  12. May 31, 2019
  13. 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
  14. May 17, 2019
  15. May 14, 2019
  16. May 09, 2019
  17. May 06, 2019
    • Cyril Tovena's avatar
      Promtail targets and service discovery pages (#532) · b8b7caa4
      Cyril Tovena authored
      * add a custom server for loki with assets embedded
      
      * adds a targets page for promtail to see discovered files and labels
      
      * lint fixes
      
      * fix css table size
      
      * add service discovery logic
      
      * add service discovery template
      
      * add promtail pages documentation
      
      * ignored gen file in linter
      b8b7caa4
  18. Apr 25, 2019
  19. Apr 17, 2019
  20. Apr 12, 2019
    • Sandeep Sukhani's avatar
      Move live log tailing behind websocket on server (#439) · 1f1706f4
      Sandeep Sukhani authored
      * Move live log tailing behind websocket on server
      
      Live log tailing now requires client to just open a websocket and keep listening to it for getting live logs for matching query
      
      * Fixed linting errors
      
      * Unexported tailQuery querier method
      
      * Added a delay in querying of logs to not miss delayed entries
      
      * Renamed variable for better readability
      
      * Some code refactoring suggested in PR review
      
      * Fixed linter errors
      
      * Code refactoring requested in PR review
      
      * Disabling linting for writeHTTPErrorResponse since same value for an input is being passed from all function calls for now
      
      * Removed a function which already existed
      
      * Improved printing of log entries using cli and some other code refactoring
      
      * Checking no-labels flag before printing log stream while tailing
      1f1706f4
  21. Mar 15, 2019
  22. Feb 14, 2019
  23. Jan 31, 2019
  24. Jan 17, 2019
  25. Jan 11, 2019
  26. Dec 20, 2018
  27. Dec 11, 2018
  28. Dec 10, 2018
  29. Dec 05, 2018
  30. Dec 04, 2018
  31. Nov 25, 2018
  32. Nov 22, 2018
  33. Nov 19, 2018
  34. Jun 24, 2018
  35. May 18, 2018
Loading