Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promtail WAL support: Implement writer side #8267

Merged
merged 43 commits into from
Feb 6, 2023
Merged

Promtail WAL support: Implement writer side #8267

merged 43 commits into from
Feb 6, 2023

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    a9bd4d5 View commit details
    Browse the repository at this point in the history
  2. relicensed ingester wal code

    thepalbi committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    33472a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    f7af55d View commit details
    Browse the repository at this point in the history
  2. imports order

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2dae764 View commit details
    Browse the repository at this point in the history
  3. one more fix

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5f32685 View commit details
    Browse the repository at this point in the history
  4. part 1 implemented

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    bcd862d View commit details
    Browse the repository at this point in the history
  5. WIP

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    32675e9 View commit details
    Browse the repository at this point in the history
  6. lint passing

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c9a5c47 View commit details
    Browse the repository at this point in the history
  7. remove unnecessary changes

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1e1b1cb View commit details
    Browse the repository at this point in the history
  8. post rebase changes

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c2b89ea View commit details
    Browse the repository at this point in the history
  9. fix licensing issues

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5827391 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2db382 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7009644 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    34d682a View commit details
    Browse the repository at this point in the history
  13. added utils comments

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    cc0af32 View commit details
    Browse the repository at this point in the history
  14. fix import order

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    601d2c0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    43ef3be View commit details
    Browse the repository at this point in the history
  16. post rebase fixes

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    558863c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8533b9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    03f9c5f View commit details
    Browse the repository at this point in the history
  19. post rebase-fixes

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    b10192c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4420525 View commit details
    Browse the repository at this point in the history
  21. post-rebase fixes

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1bdfa40 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5af6e20 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9b9cc79 View commit details
    Browse the repository at this point in the history
  24. graceful shutdown of writer

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0ee9c6c View commit details
    Browse the repository at this point in the history
  25. tested writer clean up

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e56249a View commit details
    Browse the repository at this point in the history
  26. clear up naming

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ac99782 View commit details
    Browse the repository at this point in the history
  27. added reclaimed space metric

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e2bdad0 View commit details
    Browse the repository at this point in the history
  28. post rebase fixes

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    590c0f7 View commit details
    Browse the repository at this point in the history
  29. fix linter

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ba679c5 View commit details
    Browse the repository at this point in the history
  30. removing unused stuff

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    b94a3cf View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7773395 View commit details
    Browse the repository at this point in the history
  32. likely deprecation notice

    thepalbi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4d986f3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5128fc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. fanout with timeout

    thepalbi committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    63a73da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a420d3 View commit details
    Browse the repository at this point in the history
  3. naming on const

    thepalbi committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    29903c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42171ed View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    b8bb6d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ac07a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    cb5dc2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb1d2c0 View commit details
    Browse the repository at this point in the history