-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Tempo-distributed] - Unclear override configuation for tempo-distributed #3134
Comments
I came here to file the same ticket. By examining the tempo and chart source, I was able to puzzle out the correct configuration. (And it has nothing to do with what is documented.) Put something like this in your overrides.yaml file.
|
This fails for me with
Chart: 1.9.11 |
I'm using chart 1.9.10, but don't see anything in the diff that would matter. 🤷 |
If you want to workaround this Helm Chart issue, just use as follows: global_overrides:
defaults:
ingestion:
rate_limit_bytes: 32000000 # 32MB
burst_size_bytes: 48000000 # 48MB
max_traces_per_user: 50000 Here I explain a little bit further why the issue is happening. |
This one not working for me... |
Hi, @buker . You probably have to figure out why your configs are using the For the record, check Tempo code for: Hope that helps figuring things out. |
Hi there! I noticed that we had a bunch of issues open for the overrides settings for the tempo-distributed Helm. chart. We have two updates that may address the issue that you're having:
Please let me know if this addresses the issue. |
Describe the bug
I am trying to increase the rate limits in tempo, deployed using helm and the chart tempo-distributed and has run into issues understanding the documentation.
To Reproduce
Steps to reproduce the behavior:
Deployed using command:
helm install tempo-distributed grafana/tempo-distributed --namespace tempo --create-namespace --values distributed.yaml
the value file "distributed.yaml" content:
I have seen multiple errors: the current is: "field ingestion not found in type overrides.LegacyOverrides"
The question is
I have been trying to use this as a guide https://grafana.com/docs/tempo/latest/configuration/#runtime-overrides
Expected behavior
I am sure this is me not fully understanding the documentation. A single example for a value file for my version (1.9.9) would be much appreciated, where typical rate limit configuation is done.
It might be related to #2802
Environment:
Link to issue in tempo repo:
#3171
The text was updated successfully, but these errors were encountered: