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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
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
2 participants