Feature Request
I'm trying to create an NLog target which would export logs using the OpenTelemetry protocol. Having access to this class would allow me to create a sort of an internal logger, which would export incoming logs using the existing infrastructure from the OpenTelemetry.Exporter.OpenTelemetryProtocol library.
Describe the solution you'd like:
I'd like the OtlpLogExporter class to be made public.
Describe alternatives you've considered.
An alternative is instantiating the class using reflection or reimplementing much of the OpenTelemetry.Exporter.OpenTelemetryProtocol library, neither of which is ideal. As far as I know, there isn't a public way to create an instance of OtlpLogExporter .
Feature Request
I'm trying to create an NLog target which would export logs using the OpenTelemetry protocol. Having access to this class would allow me to create a sort of an internal logger, which would export incoming logs using the existing infrastructure from the OpenTelemetry.Exporter.OpenTelemetryProtocol library.
Describe the solution you'd like:
I'd like the OtlpLogExporter class to be made public.
Describe alternatives you've considered.
An alternative is instantiating the class using reflection or reimplementing much of the OpenTelemetry.Exporter.OpenTelemetryProtocol library, neither of which is ideal. As far as I know, there isn't a public way to create an instance of OtlpLogExporter .