Skip to content

Make OtlpLogExporter public #4971

@AB027PS

Description

@AB027PS

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions