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

ksonnet/loki: Add gRPC port to compactor mixin #8855

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

JoaoBraveCoding
Copy link
Collaborator

@JoaoBraveCoding JoaoBraveCoding commented Mar 21, 2023

What this PR does / why we need it:

Problem: in #7804 the possibility to use gRPC for communicating with the compactor for query time filtering of data requested for deletion was added, however, the loki mixin still generates the compactor service without a gRPC port.

Solution: make the compactor service/deployment expose both an HTTP and gRPC port.

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
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/upgrading/_index.md

@JoaoBraveCoding JoaoBraveCoding requested a review from a team as a code owner March 21, 2023 14:51
@CLAassistant
Copy link

CLAassistant commented Mar 21, 2023

CLA assistant check
All committers have signed the CLA.

Problem: in grafana#7804 the possibility to
use gRPC for communicating with compactor for query time filtering of
data requested for deletion was added, however the loki mixin still generates
the compactor service without a gRPC port.

Solution: make the compactor service/deployment expose both a HTTP and
gRPC port.

Signed-off-by: JoaoBraveCoding <jmarcal@redhat.com>
Copy link
Contributor

@chaudum chaudum left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM

@chaudum chaudum merged commit cb8a744 into grafana:main Mar 21, 2023
@JoaoBraveCoding JoaoBraveCoding deleted the compactor-add-grpc branch January 31, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants