You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the feature
The feature #5155 exposes only the
host
andport
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
orhttp
.traces_exporter_tls_cert_file
andtraces_exporter_tls_key_file
: for TLS authentication. This is useful only for cross cluster communication.Environment
Screenshots
The text was updated successfully, but these errors were encountered: