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
I'd like to be able to specify the protocol for exporting via OTLP. I believe this can be simply accomplished by adding an option to the exporter with an option:
Proposal
I'd like to be able to specify the protocol for exporting via OTLP. I believe this can be simply accomplished by adding an option to the exporter with an option:
options.Protocol = (metricSinkConfiguration.OpenTelemetryCollector.CollectorProtocol.StartsWith("https")) ? OtlpExporterProtocol.HttpProtobuf : OtlpExporterProtocol.Grpc
Component
Scraper
Contact Details
[email protected]
The text was updated successfully, but these errors were encountered: