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

[Page feedback]: Add example of configuring receivers for TLS #5853

Open
jcranfordbeyondtrust opened this issue Dec 27, 2024 · 2 comments
Open
Labels
help wanted Extra attention is needed sig:collector

Comments

@jcranfordbeyondtrust
Copy link

URL

https://opentelemetry.io/docs/collector/configuration/#setting-up-certificates

Description

Include example of how to configure receivers for TLS.

I see examples for exporters but not receivers.

@tiffany76 tiffany76 changed the title [Page feedback]: ADD A SUMMARY OF YOUR FEEDBACK HERE [Page feedback]: Add example of configuring receivers for TLS Jan 1, 2025
@tiffany76 tiffany76 added help wanted Extra attention is needed sig:collector labels Jan 1, 2025
@tiffany76
Copy link
Contributor

Thanks for raising these issues, @jcranfordbeyondtrust! We appreciate the detailed and constructive feedback.

@open-telemetry/collector-approvers, PTAL. Thanks.

@jpkrohling
Copy link
Member

Here's the Collector documentation page with this:

https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md#server-configuration

We have this in the documentation page from this report:

  otlp/jaeger:
    endpoint: jaeger-server:4317
    tls:
      cert_file: cert.pem
      key_file: cert-key.pem

The counterpart on the receiver side would be this:

  otlp:
    protocols:
      grpc:
        endpoint: 0.0.0.0:4317
        tls:
          cert_file: cert.pem
          key_file: cert-key.pem
      http:
        endpoint: 0.0.0.0:4318

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed sig:collector
Projects
Status: No status
Development

No branches or pull requests

3 participants