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

chore: remove experimental flags for l2 cache and memcached "addresses" config #12410

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

slim-bean
Copy link
Collaborator

@slim-bean slim-bean commented Mar 30, 2024

What this PR does / why we need it:

This change promotes the idea of an L1/L2 chunks cache to be non-experimental. It still needs docs on how to use it but I want to get the arguments updated to make sure they are updated before 3.0

I also removed "experimental" from the memcached Addresses config, which we have been using for several years now.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • CHANGELOG.md updated
    • If the change is worth mentioning in the release notes, add add-to-release-notes label
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • For Helm chart changes bump the Helm chart version in production/helm/loki/Chart.yaml and update production/helm/loki/CHANGELOG.md and production/helm/loki/README.md. Example PR
  • If the change is deprecating or removing a configuration option, update the deprecated-config.yaml and deleted-config.yaml files respectively in the tools/deprecated-config-checker directory. Example PR

@slim-bean slim-bean requested a review from a team as a code owner March 30, 2024 15:55
@github-actions github-actions bot added the type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories label Mar 30, 2024
@slim-bean slim-bean merged commit a509871 into main Apr 1, 2024
13 checks passed
@slim-bean slim-bean deleted the remove-cache-experimental branch April 1, 2024 02:14
trevorwhitney added a commit that referenced this pull request Apr 1, 2024
commit 018856c
Author: Callum Styan <callumstyan@gmail.com>
Date:   Mon Apr 1 06:40:16 2024 -0700

    fix: fix span logging based on changes to request types timestamps (#12393)

    Signed-off-by: Callum Styan <callumstyan@gmail.com>

commit 5190dda
Author: Shantanu Alshi <shantanu.alshi@grafana.com>
Date:   Mon Apr 1 18:30:21 2024 +0530

    feat(detected_labels): Initial skeleton for the API (#12390)

    Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>

commit 0b7ff48
Author: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>
Date:   Mon Apr 1 14:21:50 2024 +0530

    chore: delete request processing improvements (#12259)

commit a509871
Author: Ed Welch <edward.welch@grafana.com>
Date:   Sun Mar 31 22:14:21 2024 -0400

    chore: remove experimental flags for l2 cache and memcached "addresses" config (#12410)

commit 7480468
Author: Kaviraj Kanagaraj <kavirajkanagaraj@gmail.com>
Date:   Sun Mar 31 18:00:53 2024 +0200

    fix: (Bug) correct resultType when storing instant query results in cache (#12312)

    Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>

commit 246623f
Author: Trevor Whitney <trevorjwhitney@gmail.com>
Date:   Fri Mar 29 17:05:36 2024 -0600

    fix(detected_fields): fix issues with frontend integration (#12406)

    This PRs fixes issues we found when integrating with the frontend
    * the `/experimental` api made it difficult to interact with using the existing datasource, so move to `v1/detected_fields`
    * the config flag was considered cumbersome as the only potential negative impact of the endpoint is when it is used, and nothing is currently using it
    * the use of an enum in the protobuf produced unexpected results in the json, so type was converted to string
rhnasc pushed a commit to inloco/loki that referenced this pull request Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants