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

feat(cache): Add Cache-Control: no-cache support for Loki instant queries. #12896

Merged
merged 11 commits into from
May 19, 2024

Commits on May 13, 2024

  1. Add support for Cache-Control: no-cache support for Loki queries.

    Goal is, if that header is set, we gurantee that response user got for that query is never from results cache.
    
    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1328ee5 View commit details
    Browse the repository at this point in the history
  2. fix codec setting cache disabled flag

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed May 13, 2024
    Configuration menu
    Copy the full SHA
    12a591a View commit details
    Browse the repository at this point in the history
  3. pass on CachingOptions to downstream engine

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed May 13, 2024
    Configuration menu
    Copy the full SHA
    596a8bc View commit details
    Browse the repository at this point in the history
  4. cleanup variables and constants

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b356ec5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Add tests

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed May 14, 2024
    Configuration menu
    Copy the full SHA
    71c18cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3f1ad View commit details
    Browse the repository at this point in the history
  3. make linter happy

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed May 14, 2024
    Configuration menu
    Copy the full SHA
    69fbdef View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. PR remarks

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
    kavirajk committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ebdbc86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a57330 View commit details
    Browse the repository at this point in the history
  3. fix paramsDetectedLabelsWrapper

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

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    068a31e View commit details
    Browse the repository at this point in the history