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

Expose relevant OpenTelemetry Collector configuration #5267

Closed
girishc13 opened this issue Oct 11, 2022 · 1 comment
Closed

Expose relevant OpenTelemetry Collector configuration #5267

girishc13 opened this issue Oct 11, 2022 · 1 comment

Comments

@girishc13
Copy link
Contributor

Describe the feature

The feature #5155 exposes only the host and port parameters of the Collector. By default the gRPC protocol is chosen to export the traces and metrics data to the Collector. The full Collector config can be read here. From the exporter perspective, a few more options can be exposed to the user to be more flexible and allow more customisation by the user.

Your proposal

The following config parameters can be exposed:

  • traces_export_protocol: gRPC or http.
  • traces_exporter_tls_cert_file and traces_exporter_tls_key_file: for TLS authentication. This is useful only for cross cluster communication.

Environment

Screenshots

@girishc13
Copy link
Contributor Author

Users can use the environment variables defined and supported by the SDK. These arguments will just pollute the Flow api.

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

1 participant