Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Please explain how to disable not needed receivers/ports/services for tempo #3495

Open
stenub opened this issue Dec 16, 2024 · 0 comments
Open

Comments

@stenub
Copy link

stenub commented Dec 16, 2024

Hello,

i want to disable all receivers except the otlp receiver in the grafana tempo helm chart. The tempo documentation recommends to disable all ports that are not needed, so i wanted to do so via the helm chart. This worked until commit d48e722 by setting the values to null like so:

receivers: jaeger: null opencensus: null otlp: protocols: grpc: endpoint: "0.0.0.0:4317" http: endpoint: "0.0.0.0:4318"
But as i already mentioned, this does not work anymore. Can you please give me another possibility to disable jaeger and opencensus? Thanks a lot! Kind Regards!
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant