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

Update dskit #7698

Merged
merged 6 commits into from
Apr 3, 2024
Merged

Update dskit #7698

merged 6 commits into from
Apr 3, 2024

Conversation

pracucci
Copy link
Collaborator

@pracucci pracucci commented Mar 22, 2024

What this PR does

Updating dskit to get grafana/dskit#509.

There also new 3 config options to dskit's Server:

  • -server.proxy-protocol-enabled: adds support to PROXY protocol. I'm not sure it's of any value for Mimir users, but shouldn't hurt, so I've kept it and marked experimental.
  • -server.grpc.recv-buffer-pools-enabled: this is tricky. I don't have bandwidth to verify if it's safe in Mimir, so I propose to keep its config hidden for now and forced to false.
  • -server.grpc.stats-tracking-enabled: this was introduced in dskit to allow to set -server.grpc.recv-buffer-pools-enabled=true (a pre-requisite is not using gRPC stats handler because unsafe with recv buffer pools). I've hidden it from the doc too, given I've forced -server.grpc.recv-buffer-pools-enabled to false

Which issue(s) this PR fixes or relates to

N/A

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
…-pools-enabled from auto-generated config

Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci marked this pull request as ready for review April 2, 2024 19:01
@pracucci pracucci requested review from grafanabot, a team and jdbaldry as code owners April 2, 2024 19:01
Copy link
Member

@pstibrany pstibrany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@pracucci pracucci merged commit c9529f6 into main Apr 3, 2024
29 checks passed
@pracucci pracucci deleted the update-dskit branch April 3, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants