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

[grafana-sampling] add max message receive size config param #3484

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

rlankfo
Copy link
Member

@rlankfo rlankfo commented Dec 12, 2024

Add max message receive size config param for otlp receivers used in sampling chart. Defaults to 4MB.

Resolves #3483

Example configuration:

deployment:
  otlp:
    receiver:
      grpc:
        max_recv_msg_size: 4MB

statefulset:
  otlp:
    receiver:
      grpc:
        max_recv_msg_size: 16MB

@rlankfo rlankfo requested a review from a team as a code owner December 12, 2024 02:16
@zanhsieh zanhsieh merged commit e4329f8 into main Dec 19, 2024
6 checks passed
@zanhsieh zanhsieh deleted the rlankfo/sampling-chart-otlp-receiver-grpc-config branch December 19, 2024 12:24
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.

[grafana-sampling] grpc max message size exceeded between loadbalancer and otlp receiver
4 participants