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

Docu missing config of the last breaking changes: #4567

Open
suikast42 opened this issue Jan 16, 2025 · 6 comments
Open

Docu missing config of the last breaking changes: #4567

suikast42 opened this issue Jan 16, 2025 · 6 comments

Comments

@suikast42
Copy link

#4465

After upgrade to 2.7.0 tewmpo needs to set listen adressess for docker deployments.
But this is not currently documeneted

zipkin:
  endpoint: "0.0.0.0:9411"
otlp:
  protocols:
    http:
      endpoint: "0.0.0.0:4318"
    grpc:
      endpoint: "0.0.0.0:4317"
@joe-elliott
Copy link
Member

@suikast42
Copy link
Author

@joe-elliott
Copy link
Member

That page links to the OTel docs that contain all the details about configuring the various receivers, but I agree we may be able to clarify that linked doc given that the example would only listen on localhost.

Would you like to submit a PR?

@suikast42
Copy link
Author

Would you like to submit a PR?

I am not familiar with GF doc releases for making a PR chnage. Could do if you can provide me :-D

@joe-elliott
Copy link
Member

Sure, the file that is rendered into that docs page is here:

https://github.com/grafana/tempo/blob/main/docs/sources/tempo/configuration/_index.md

I would submit a PR that adds some details on this line about how the receivers listen to localhost by default and need a configured IP to listen on an external interface.

If you're up for it, then give it a shot. No worries if you're unable to.

@suikast42
Copy link
Author

Is done #4572

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

No branches or pull requests

2 participants