-
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 #3171
Comments
There is a bug on the Tempo itself is working as expected. If your final yaml file after Helm compilation ends up with a Also, in your specific case of this message ( |
Thank you for this issue! In the spirit of openness I will share that we are considering moving the helm chart into the github.com/grafana/tempo repo, but for now it belongs to github.com/grafana/helm-charts. Moving this over. |
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 helm-chart repo:
#3134
The text was updated successfully, but these errors were encountered: