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

ruler: Support writeNotify on Loki ruler #10906

Merged
merged 10 commits into from
Oct 16, 2023

Commits on Oct 15, 2023

  1. ruler: Support writeNotify on ruler wal.

    prometheus ruler added a feature of notifying the reader when a sample is appended instead of waiting loop burning the CPU cycles.
    prometheus/prometheus#11949
    
    Also should fix: #10859
    
    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    4111e1c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. fix linters and failing test case for mockStorage

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    47e0678 View commit details
    Browse the repository at this point in the history
  2. Fix func nil case

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    74b53e3 View commit details
    Browse the repository at this point in the history
  3. tweak appender pool init

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    cce735d View commit details
    Browse the repository at this point in the history
  4. Fix lint

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    43867a2 View commit details
    Browse the repository at this point in the history
  5. Add warning log when missing the notification

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f296d88 View commit details
    Browse the repository at this point in the history
  6. Add changelog

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    814725e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57b748b View commit details
    Browse the repository at this point in the history
  8. remove not used method

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    01d3b29 View commit details
    Browse the repository at this point in the history
  9. Fix warn log

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    15794ad View commit details
    Browse the repository at this point in the history